Skip to content

Commit b2a23b1

Browse files
Bump com.puppycrawl.tools:checkstyle from 10.14.2 to 10.15.0
Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.14.2 to 10.15.0. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](checkstyle/checkstyle@checkstyle-10.14.2...checkstyle-10.15.0) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bc0cd3a commit b2a23b1

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.2</version>
95+
<version>10.15.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
@@ -230,7 +230,7 @@
230230
<dependency>
231231
<groupId>com.puppycrawl.tools</groupId>
232232
<artifactId>checkstyle</artifactId>
233-
<version>10.14.2</version>
233+
<version>10.15.0</version>
234234
</dependency>
235235
</dependencies>
236236
<configuration>

0 commit comments

Comments
 (0)