Skip to content

Commit

Permalink
Update pmd 6.33.0 -> 6.34.0 (#1546)
Browse files Browse the repository at this point in the history
  • Loading branch information
idelpivnitskiy authored May 11, 2021
1 parent 5022ddc commit 5fa212e
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.1"
static final String PMD_VERSION = "6.33.0"
static final String PMD_VERSION = "6.34.0"
static final String SPOTBUGS_VERSION = "4.2.2"
static final JavaVersion TARGET_VERSION = VERSION_1_8
}

0 comments on commit 5fa212e

Please sign in to comment.