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 45f8040 commit 8ea8594Copy full SHA for 8ea8594
ReleaseNotes.md
@@ -13,6 +13,8 @@ This is a minor release.
13
14
### New and noteworthy
15
16
+* Updated to PMD 6.35.0
17
+
18
### Fixed Issues
19
20
* [#146](https://github.com/pmd/pmd-eclipse-plugin/pull/146): Refactor actions to use correct selection
pom.xml
@@ -21,7 +21,7 @@
21
22
<tycho.version>2.3.0</tycho.version>
23
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
24
- <pmd.version>6.34.0</pmd.version>
+ <pmd.version>6.35.0</pmd.version>
25
<maven-antrun-plugin.version>1.8</maven-antrun-plugin.version>
26
<pmd.build-tools.version>12</pmd.build-tools.version>
27
<checkstyle.version>8.42</checkstyle.version>
0 commit comments