Skip to content

Commit e13eebd

Browse files
authored
deps: update dependency com.puppycrawl.tools:checkstyle to v9.2.1 (#1532)
1 parent 318e54a commit e13eebd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

+1-1
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.2</version>
662+
<version>9.2.1</version>
663663
</dependency>
664664
</dependencies>
665665
<configuration>

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

+1-1
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.2</version>
98+
<version>9.2.1</version>
9999
</dependency>
100100
</dependencies>
101101
<configuration>

0 commit comments

Comments
 (0)