Skip to content

Commit

Permalink
Update pmd 6.24.0 -> 6.32.0 (#1396)
Browse files Browse the repository at this point in the history
  • Loading branch information
Scottmitch authored Mar 4, 2021
1 parent aa1b450 commit c7ef401
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import static org.gradle.api.JavaVersion.VERSION_1_8

final class Versions {
static final String CHECKSTYLE_VERSION = "8.41"
static final String PMD_VERSION = "6.24.0"
static final String PMD_VERSION = "6.32.0"
static final String SPOTBUGS_VERSION = "4.2.2"
static final JavaVersion TARGET_VERSION = VERSION_1_8
}

0 comments on commit c7ef401

Please sign in to comment.