Skip to content

Commit aca85a3

Browse files
committed
deps: update dependency com.puppycrawl.tools:checkstyle to v10
1 parent a294ff5 commit aca85a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@
659659
<dependency>
660660
<groupId>com.puppycrawl.tools</groupId>
661661
<artifactId>checkstyle</artifactId>
662-
<version>9.3</version>
662+
<version>10.0</version>
663663
</dependency>
664664
</dependencies>
665665
<configuration>

samples/dailymotion-simple-cmdline-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<dependency>
9696
<groupId>com.puppycrawl.tools</groupId>
9797
<artifactId>checkstyle</artifactId>
98-
<version>9.3</version>
98+
<version>10.0</version>
9999
</dependency>
100100
</dependencies>
101101
<configuration>

0 commit comments

Comments
 (0)