Skip to content

Commit

Permalink
Update checkstyle to 8.41.1, pmd to 6.33.0, spotbugs-plugin to 4.7.0 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
idelpivnitskiy authored Apr 15, 2021
1 parent 59c5411 commit 5683e5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ junit5Version=5.7.1
testngVersion=6.14.3
hamcrestVersion=1.3
mockitoCoreVersion=2.28.2
spotbugsPluginVersion=4.6.2
spotbugsPluginVersion=4.7.0

apacheDirectoryServerVersion=1.5.7
commonsLangVersion=2.6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ import org.gradle.api.JavaVersion
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.32.0"
static final String CHECKSTYLE_VERSION = "8.41.1"
static final String PMD_VERSION = "6.33.0"
static final String SPOTBUGS_VERSION = "4.2.2"
static final JavaVersion TARGET_VERSION = VERSION_1_8
}

0 comments on commit 5683e5b

Please sign in to comment.