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 07ca849 commit a9e3474Copy full SHA for a9e3474
ReleaseNotes.md
@@ -13,6 +13,8 @@ This is a minor release.
13
14
### New and noteworthy
15
16
+* Updated to PMD 6.29.0
17
+
18
### Fixed Issues
19
20
* [#131](https://github.com/pmd/pmd-eclipse-plugin/issues/131): Conflict with Jaspersoft Studio plugin (log4j)
pom.xml
@@ -20,7 +20,7 @@
21
<tycho.version>1.7.0</tycho.version>
22
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
23
- <pmd.version>6.28.0</pmd.version>
+ <pmd.version>6.29.0</pmd.version>
24
<maven-antrun-plugin.version>1.8</maven-antrun-plugin.version>
25
<pmd.build-tools.version>6</pmd.build-tools.version>
26
<checkstyle.version>8.30</checkstyle.version>
0 commit comments