Skip to content

Commit e524b9d

Browse files
authored
Merge pull request #28 from xdev-software/dependabot/maven/com.puppycrawl.tools-checkstyle-10.14.1
Bump com.puppycrawl.tools:checkstyle from 10.14.0 to 10.14.1
2 parents a3bfe3f + 822b62c commit e524b9d

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.14.0</version>
95+
<version>10.14.1</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.14.0</version>
219+
<version>10.14.1</version>
220220
</dependency>
221221
</dependencies>
222222
<configuration>

0 commit comments

Comments
 (0)