Skip to content

Commit 2d2243b

Browse files
committed
Update PMD to 7.13
1 parent a400206 commit 2d2243b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

geowebcache/pmd-junit-ruleset.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ under the License.
2222
GeoTools Junit ruleset. See https://pmd.github.io/latest/pmd_userdocs_understanding_rulesets.html
2323
</description>
2424
<rule ref="category/java/bestpractices.xml/SimplifiableTestAssertion" />
25-
<rule ref="category/java/bestpractices.xml/JUnit4TestShouldUseBeforeAnnotation" />
26-
<rule ref="category/java/bestpractices.xml/JUnit4TestShouldUseAfterAnnotation" />
27-
<rule ref="category/java/bestpractices.xml/JUnit4TestShouldUseTestAnnotation" />
25+
<rule ref="category/java/bestpractices.xml/UnitTestShouldUseBeforeAnnotation" />
26+
<rule ref="category/java/bestpractices.xml/UnitTestShouldUseAfterAnnotation" />
27+
<rule ref="category/java/bestpractices.xml/UnitTestShouldUseTestAnnotation" />
2828
<!-- Excluded due to https://github.com/pmd/pmd/issues/2147 /-->
2929
<!-- rule ref="category/java/bestpractices.xml/JUnitTestsShouldIncludeAssert" /-->
3030
<rule name="DisallowJunit3"

geowebcache/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<errorProneFlags></errorProneFlags>
9090
<errorProne.version>2.31.0</errorProne.version>
9191
<javac.version>9+181-r4173-1</javac.version>
92-
<pmd.version>7.10.0</pmd.version>
92+
<pmd.version>7.13.0</pmd.version>
9393
<checkstyle.skip>false</checkstyle.skip>
9494
<qa>false</qa>
9595
<lint>deprecation,unchecked</lint>

0 commit comments

Comments
 (0)