Skip to content

Commit 608d9cd

Browse files
authored
Merge pull request #23 from xdev-software/dependabot/maven/com.puppycrawl.tools-checkstyle-10.13.0
Bump com.puppycrawl.tools:checkstyle from 10.12.7 to 10.13.0
2 parents b9e9dae + 530a543 commit 608d9cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

standard-maven-template-demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<dependency>
9393
<groupId>com.puppycrawl.tools</groupId>
9494
<artifactId>checkstyle</artifactId>
95-
<version>10.12.7</version>
95+
<version>10.13.0</version>
9696
</dependency>
9797
</dependencies>
9898
<configuration>

standard-maven-template/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
<dependency>
217217
<groupId>com.puppycrawl.tools</groupId>
218218
<artifactId>checkstyle</artifactId>
219-
<version>10.12.7</version>
219+
<version>10.13.0</version>
220220
</dependency>
221221
</dependencies>
222222
<configuration>

0 commit comments

Comments
 (0)