Skip to content

Commit 822b62c

Browse files
Bump com.puppycrawl.tools:checkstyle from 10.14.0 to 10.14.1
Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.14.0 to 10.14.1. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](checkstyle/checkstyle@checkstyle-10.14.0...checkstyle-10.14.1) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 49b63d3 commit 822b62c

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)