Skip to content

Commit e200398

Browse files
authored
Merge pull request #35 from xdev-software/dependabot/maven/com.puppycrawl.tools-checkstyle-10.15.0
Bump com.puppycrawl.tools:checkstyle from 10.14.2 to 10.15.0
2 parents bc0cd3a + b2a23b1 commit e200398

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)