Skip to content

Commit 66a5ff0

Browse files
committed
Update dependency com.puppycrawl.tools:checkstyle to v11.1.0
1 parent 5ecaaaa commit 66a5ff0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>com.puppycrawl.tools</groupId>
4747
<artifactId>checkstyle</artifactId>
48-
<version>11.0.1</version>
48+
<version>11.1.0</version>
4949
</dependency>
5050
</dependencies>
5151
<configuration>

spring-security-advanced-authentication-ui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@
243243
<dependency>
244244
<groupId>com.puppycrawl.tools</groupId>
245245
<artifactId>checkstyle</artifactId>
246-
<version>11.0.1</version>
246+
<version>11.1.0</version>
247247
</dependency>
248248
</dependencies>
249249
<configuration>

0 commit comments

Comments
 (0)