Skip to content

Commit e4157fc

Browse files
committed
Bump PMD from 7.8.0 to 7.13.0 (now inherited from parent POM)
1 parent 914efd5 commit e4157fc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,6 @@
130130
<commons.jacoco.complexityRatio>0.78</commons.jacoco.complexityRatio>
131131
<doxia.module.markdown.version>2.0.0</doxia.module.markdown.version>
132132
<commons.easymock.version>5.5.0</commons.easymock.version>
133-
<!-- PMD 7.9.0 throws java.io.IOException: Stream closed probably because PMD is shadding ASM. -->
134-
<commons.pmd-impl.version>7.8.0</commons.pmd-impl.version>
135133
</properties>
136134
<build>
137135
<defaultGoal>clean verify apache-rat:check pmd:check checkstyle:check japicmp:cmp javadoc:javadoc</defaultGoal>

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
<!-- UPDATE -->
3434
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 81 to 83 #612.</action>
3535
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump com.google.guava:guava-testlib from 33.3.1-jre to 33.4.8-jre.</action>
36+
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump PMD from 7.8.0 to 7.13.0 (now inherited from parent POM).</action>
3637
</release>
3738
<release version="4.5.0" date="2025-04-19" description="This is a feature and maintenance release. Java 8 or later is required.">
3839
<!-- FIX -->

0 commit comments

Comments
 (0)