Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update spotbugs 4.4.0 -> 4.4.1, gradle plugin 4.7.3 -> 4.7.5 #1855

Merged
merged 1 commit into from
Sep 29, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,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