We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a5c39d commit 844277cCopy full SHA for 844277c
ReleaseNotes.md
@@ -13,6 +13,8 @@ This is a bugfix release.
13
14
### New and noteworthy
15
16
+* Updated PMD to 6.17.0
17
+
18
### Fixed Issues
19
20
### External Contributions
pom.xml
@@ -16,7 +16,7 @@
<properties>
<tycho.version>1.4.0</tycho.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <pmd.version>6.16.0</pmd.version>
+ <pmd.version>6.17.0</pmd.version>
<maven-antrun-plugin.version>1.8</maven-antrun-plugin.version>
21
<pmd.build-tools.version>3</pmd.build-tools.version>
22
<checkstyle.version>3.0.0</checkstyle.version>
0 commit comments