Skip to content

Commit d298fc9

Browse files
committed
Bump checkstyle to 10.21.1
https://checkstyle.org/releasenotes.html#Release_10.21.0 https://checkstyle.org/releasenotes.html#Release_10.21.1 Change-Id: I67da9b1e4c2ba7e0200d02e8990e84fe65932a0a Signed-off-by: Robert Varga <[email protected]>
1 parent a6ce4d1 commit d298fc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

odlparent/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
<groupId>com.puppycrawl.tools</groupId>
127127
<artifactId>checkstyle</artifactId>
128128
<!-- This should match the plugin management on maven-checkstyle-plugin below -->
129-
<version>10.20.1</version>
129+
<version>10.21.1</version>
130130
</dependency>
131131

132132
<!-- Testing Dependencies -->
@@ -868,7 +868,7 @@
868868
<groupId>com.puppycrawl.tools</groupId>
869869
<artifactId>checkstyle</artifactId>
870870
<!-- This should match the dependency management on com.puppycrawl.tools:checkstyle above -->
871-
<version>10.20.1</version>
871+
<version>10.21.1</version>
872872
</dependency>
873873
<dependency>
874874
<groupId>org.opendaylight.odlparent</groupId>

0 commit comments

Comments
 (0)