Skip to content

Commit 3e76cc4

Browse files
Bump checkstyle from 8.18 to 8.29 in /testsuite (strimzi#28)
* Bump checkstyle from 8.18 to 8.29 in /testsuite 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 8d4def3 commit 3e76cc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testsuite/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<maven.compiler.version>3.8.1</maven.compiler.version>
3535
<maven.resources.version>3.1.0</maven.resources.version>
3636
<maven.dependency.version>3.1.1</maven.dependency.version>
37-
<maven.checkstyle.version>3.0.0</maven.checkstyle.version>
37+
<maven.checkstyle.version>3.1.0</maven.checkstyle.version>
3838
<version.arquillian_universe>1.2.0.2</version.arquillian_universe>
3939
<version.junit>4.12</version.junit>
4040
<bouncycastle.version>1.60</bouncycastle.version>
@@ -222,7 +222,7 @@
222222
<dependency>
223223
<groupId>com.puppycrawl.tools</groupId>
224224
<artifactId>checkstyle</artifactId>
225-
<version>8.18</version>
225+
<version>8.29</version>
226226
</dependency>
227227
</dependencies>
228228
<executions>

0 commit comments

Comments
 (0)