Skip to content

Commit

Permalink
Upgrade PMD 6.34.0 -> 6.35.0 (#1595)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkountis authored Jun 1, 2021
1 parent 7f2d5a1 commit f94e4b5
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.42"
static final String PMD_VERSION = "6.34.0"
static final String PMD_VERSION = "6.35.0"
static final String SPOTBUGS_VERSION = "4.2.2"
static final JavaVersion TARGET_VERSION = VERSION_1_8
}

0 comments on commit f94e4b5

Please sign in to comment.