Skip to content

Commit

Permalink
update pmd to 6.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
xvik committed Jun 30, 2022
1 parent a00b866 commit c0b482d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Option might be used to force backport for java >=11 or to disable backport at all
* Update checkstyle config:
- Add [UnusedLocalVariable](https://checkstyle.sourceforge.io/config_coding.html#UnusedLocalVariable)
* Update pmd 6.34 -> 6.43 (java 17 support)
* Update pmd 6.34 -> 6.47 (java 17-18 support)
* Update codenarc 2.2.0 -> 3.0.0
* Update spotbugs 4.4.2 -> 4.7.0
* Update spotbugs plugin 4.7.9 -> 4.8.0
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ mkdocs {
extras = [
'version': project.docVersion,
'checkstyle': '10.3.1',
'pmd': '6.43.0',
'pmd': '6.47.0',
'spotbugs': '4.7.0',
'codenarc': '3.0.0',
'spotbugsPlugin': project.spotbugsPluginVersion,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class QualityExtension {
}

String checkstyleVersion = '10.3.1'
String pmdVersion = '6.43.0'
String pmdVersion = '6.47.0'
String spotbugsVersion = '4.7.0'
String codenarcVersion = '3.0.0'

Expand Down

0 comments on commit c0b482d

Please sign in to comment.