Skip to content

Commit 2997343

Browse files
authored
Bump net.sourceforge.pmd:pmd-core from 6.36.0 to 7.22.0 (#1208)
1 parent 1ed12ea commit 2997343

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

build-tools/src/main/resources/jts/pmd-ruleset.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ under the License.
4040
-->
4141

4242
<rule ref="category/java/errorprone.xml/AvoidBranchingStatementAsLastInLoop" />
43-
<rule ref="category/java/performance.xml/BooleanInstantiation" />
43+
<rule ref="category/java/bestpractices.xml/PrimitiveWrapperInstantiation" />
4444
<!--
4545
<rule ref="category/java/performance.xml/ByteInstantiation" />
4646
<rule ref="category/java/performance.xml/IntegerInstantiation" />

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<!-- build environment target versions -->
4343
<maven.compiler.source>1.8</maven.compiler.source>
4444
<maven.compiler.target>1.8</maven.compiler.target>
45-
<pmd.version>6.36.0</pmd.version>
45+
<pmd.version>7.22.0</pmd.version>
4646
<checkstyle.version>8.44</checkstyle.version>
4747
<!--cast, deprecation, divzero, empty, fallthrough, finally, overrides, path, serial, and unchecked -->
4848
<lint>unchecked</lint>
@@ -241,7 +241,7 @@
241241
</plugin>
242242
<plugin>
243243
<artifactId>maven-pmd-plugin</artifactId>
244-
<version>3.14.0</version>
244+
<version>3.28.0</version>
245245
</plugin>
246246
<plugin>
247247
<artifactId>maven-project-info-reports-plugin</artifactId>

0 commit comments

Comments
 (0)