Skip to content

Commit bfc0b93

Browse files
committed
Bump PMD from 7.14.0 to 7.15.0
- Bump net.sourceforge.pmd:pmd-core ........................ 7.14.0 -> 7.15.0 - Bump net.sourceforge.pmd:pmd-java ........................ 7.14.0 -> 7.15.0 - Bump net.sourceforge.pmd:pmd-javascript .................. 7.14.0 -> 7.15.0 - Bump net.sourceforge.pmd:pmd-jsp ......................... 7.14.0 -> 7.15.0
1 parent 275e547 commit bfc0b93

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1793,7 +1793,7 @@
17931793
<jdk>[11,)</jdk>
17941794
</activation>
17951795
<properties>
1796-
<commons.checkstyle.version>10.26.0</commons.checkstyle.version>
1796+
<commons.checkstyle.version>10.26.1</commons.checkstyle.version>
17971797
</properties>
17981798
</profile>
17991799
<profile>

src/changes/changes.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ The <action> type attribute can be add,update,fix,remove.
6363
<!-- UPDATE -->
6464
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.junit:junit-bom from 5.13.1 to 5.13.2. Fixes discovery issue for cycle in inner class hierarchy without @Nested fails build since JUnit 5.13 https://github.com/junit-team/junit-framework/issues/4661 for Commons Collections.</action>
6565
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump com.puppycrawl.tools:checkstyle from 10.25.0 to 10.26.1 on Java 11 and up.</action>
66+
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump net.sourceforge.pmd:pmd-core from 7.14.0 to 7.15.0.</action>
67+
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump net.sourceforge.pmd:pmd-java from 7.14.0 to 7.15.0.</action>
68+
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump net.sourceforge.pmd:pmd-javascript from 7.14.0 to 7.15.0.</action>
69+
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump net.sourceforge.pmd:pmd-jsp from 7.14.0 to 7.15.0.</action>
6670
</release>
6771
<release version="85" date="2025-06-15" description="This is a feature and maintenance release. Java 8 or later is required.">
6872
<!-- FIX -->

0 commit comments

Comments
 (0)