Skip to content

Commit f268ced

Browse files
committed
Updated to PMD 6.54.0
1 parent 3c885b2 commit f268ced

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

ReleaseNotes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ This is a minor release.
1313

1414
### New and noteworthy
1515

16+
* Updated to PMD 6.54.0
17+
1618
### Fixed Issues
1719

1820
### API Changes

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
<!-- https://github.com/eclipse/tycho/blob/master/RELEASE_NOTES.md -->
2323
<tycho.version>3.0.1</tycho.version>
2424
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
25-
<pmd.version>6.53.0</pmd.version>
25+
<pmd.version>6.54.0</pmd.version>
2626
<pmd.build-tools.version>20</pmd.build-tools.version>
2727
<checkstyle.version>10.6.0</checkstyle.version>
2828
<checkstyle.plugin.version>3.2.1</checkstyle.plugin.version>
2929
<pmd.plugin.version>3.20.0</pmd.plugin.version>
30-
<pmd.check.version>6.53.0</pmd.check.version>
30+
<pmd.check.version>6.54.0</pmd.check.version>
3131

3232
<keystorePath>.ci/files/pmd-eclipse-plugin.p12</keystorePath>
3333
<keystore>${basedir}/${keystorePath}</keystore>

0 commit comments

Comments
 (0)