Skip to content

Commit 91c5683

Browse files
Bump checkstyle from 8.18 to 8.29 (strimzi#27)
* Bump checkstyle from 8.18 to 8.29 Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.18 to 8.29. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](checkstyle/checkstyle@checkstyle-8.18...checkstyle-8.29) Signed-off-by: dependabot[bot] <support@github.com> * Bump the Maven checkstyle plugin Signed-off-by: Jakub Scholz <www@scholzj.com> Co-authored-by: Jakub Scholz <www@scholzj.com>
1 parent 3e76cc4 commit 91c5683

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<maven.javadoc.version>3.1.0</maven.javadoc.version>
6363
<maven.source.version>3.0.1</maven.source.version>
6464
<maven.gpg.version>1.6</maven.gpg.version>
65-
<maven.checkstyle.version>3.0.0</maven.checkstyle.version>
65+
<maven.checkstyle.version>3.1.0</maven.checkstyle.version>
6666
<maven.resources.version>3.1.0</maven.resources.version>
6767
<spotbugs.version>3.1.12</spotbugs.version>
6868
<sonatype.nexus.staging>1.6.3</sonatype.nexus.staging>
@@ -236,7 +236,7 @@
236236
<dependency>
237237
<groupId>com.puppycrawl.tools</groupId>
238238
<artifactId>checkstyle</artifactId>
239-
<version>8.18</version>
239+
<version>8.29</version>
240240
</dependency>
241241
</dependencies>
242242
<executions>

0 commit comments

Comments
 (0)