Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency com.puppycrawl.tools:checkstyle to v10.20.1
Browse files Browse the repository at this point in the history
xdev-renovate committed Nov 8, 2024

Verified

This commit was signed with the committer’s verified signature.
xdev-renovate XDEV Renovate
1 parent 9db65aa commit 23f05d5
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -46,7 +46,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>10.19.0</version>
<version>10.20.1</version>
</dependency>
</dependencies>
<configuration>
2 changes: 1 addition & 1 deletion tci-advanced-demo/pom.xml
Original file line number Diff line number Diff line change
@@ -264,7 +264,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>10.19.0</version>
<version>10.20.1</version>
</dependency>
</dependencies>
<configuration>
2 changes: 1 addition & 1 deletion tci-base/pom.xml
Original file line number Diff line number Diff line change
@@ -310,7 +310,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>10.19.0</version>
<version>10.20.1</version>
</dependency>
</dependencies>
<configuration>

0 comments on commit 23f05d5

Please sign in to comment.