Skip to content

Commit 054434c

Browse files
committed
Updated to PMD 6.53.0
1 parent ce4b379 commit 054434c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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.53.0
17+
1618
### Fixed Issues
1719

1820
* [#168](https://github.com/pmd/pmd-eclipse-plugin/issues/168): Missing constraints in runtime Eclipse workspace (e.g., in Eclipse Modeling Tool since 2022-12 R)

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
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.52.0</pmd.version>
25+
<pmd.version>6.53.0</pmd.version>
2626
<maven-antrun-plugin.version>1.8</maven-antrun-plugin.version>
2727
<pmd.build-tools.version>19</pmd.build-tools.version>
2828
<checkstyle.version>10.3.3</checkstyle.version>
2929
<checkstyle.plugin.version>3.2.0</checkstyle.plugin.version>
3030
<pmd.plugin.version>3.19.0</pmd.plugin.version>
31-
<pmd.check.version>6.52.0</pmd.check.version>
31+
<pmd.check.version>6.53.0</pmd.check.version>
3232

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

0 commit comments

Comments
 (0)