Skip to content

Commit

Permalink
Update spotbugs 4.4.0 -> 4.4.1, gradle plugin 4.7.3 -> 4.7.5 (#1855)
Browse files Browse the repository at this point in the history
  • Loading branch information
Scottmitch committed Sep 29, 2021
1 parent 0c4e91d commit 5f84781
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ junit5Version=5.8.0
testngVersion=7.4.0
hamcrestVersion=2.2
mockitoCoreVersion=3.12.4
spotbugsPluginVersion=4.7.3
spotbugsPluginVersion=4.7.5
pitestPluginVersion=1.6.0

apacheDirectoryServerVersion=1.5.7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import static org.gradle.api.JavaVersion.VERSION_1_8
final class Versions {
static final String CHECKSTYLE_VERSION = "9.0"
static final String PMD_VERSION = "6.38.0"
static final String SPOTBUGS_VERSION = "4.4.0"
static final String SPOTBUGS_VERSION = "4.4.1"
static final String PITEST_VERSION = "1.6.7"
static final String PITEST_JUNIT5_PLUGIN_VERSION = "0.12"
static final JavaVersion TARGET_VERSION = VERSION_1_8
Expand Down

0 comments on commit 5f84781

Please sign in to comment.