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 40c055d commit f8f7c26Copy full SHA for f8f7c26
ReleaseNotes.md
@@ -15,6 +15,7 @@ This is a minor release.
15
16
* The Eclipse Update site is now hosted on GitHub Pages: <https://pmd.github.io/pmd-eclipse-plugin-p2-site/>
17
The old update site on Bintray is no longer updated.
18
+* Updated to PMD 6.34.0
19
20
### Fixed Issues
21
pom.xml
@@ -21,7 +21,7 @@
22
<tycho.version>2.3.0</tycho.version>
23
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
24
- <pmd.version>6.33.0</pmd.version>
+ <pmd.version>6.34.0</pmd.version>
25
<maven-antrun-plugin.version>1.8</maven-antrun-plugin.version>
26
<pmd.build-tools.version>11</pmd.build-tools.version>
27
<checkstyle.version>8.30</checkstyle.version>
0 commit comments