Skip to content

Commit 7b58148

Browse files
committed
Update checkstyle to 8.29
See GHSA-763g-fqq7-48wg Note: this also requires a new pmd-build-tools with an updated checkstyle configuration
1 parent 021c510 commit 7b58148

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2323
<pmd.version>6.21.0</pmd.version>
2424
<maven-antrun-plugin.version>1.8</maven-antrun-plugin.version>
25-
<pmd.build-tools.version>3</pmd.build-tools.version>
26-
<checkstyle.version>3.0.0</checkstyle.version>
25+
<pmd.build-tools.version>6-SNAPSHOT</pmd.build-tools.version>
26+
<checkstyle.version>3.1.0</checkstyle.version>
2727

2828
<updatesite.orbit>http://download.eclipse.org/tools/orbit/downloads/drops/${orbit.version}/repository/</updatesite.orbit>
2929
</properties>
@@ -206,7 +206,7 @@
206206
<dependency>
207207
<groupId>com.puppycrawl.tools</groupId>
208208
<artifactId>checkstyle</artifactId>
209-
<version>8.18</version>
209+
<version>8.29</version>
210210
</dependency>
211211
<dependency>
212212
<groupId>net.sourceforge.pmd</groupId>

0 commit comments

Comments
 (0)