Skip to content

Commit

Permalink
Updates spotbugs-gradle-plugin to 5.2.3
Browse files Browse the repository at this point in the history
Signed-off-by: Darshit Chanpura <[email protected]>
  • Loading branch information
DarshitChanpura committed Nov 10, 2023
1 parent 905c97d commit 0fd14c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ plugins {
id 'com.netflix.nebula.ospackage' version "11.5.0"
id "org.gradle.test-retry" version "1.5.6"
id 'eclipse'
id "com.github.spotbugs" version "5.2.1"
id "com.github.spotbugs" version "5.2.3"
id "com.google.osdetector" version "1.7.3"
}

Expand Down Expand Up @@ -480,7 +480,6 @@ configurations {
force "io.netty:netty-handler:${versions.netty}"
force "io.netty:netty-transport:${versions.netty}"
force "io.netty:netty-transport-native-unix-common:${versions.netty}"
force "org.apache.bcel:bcel:6.7.0" // This line should be removed once Spotbugs is upgraded to 4.7.4
force "com.github.luben:zstd-jni:${versions.zstd}"
force "org.xerial.snappy:snappy-java:1.1.10.5"
force "com.google.guava:guava:${guava_version}"
Expand Down

0 comments on commit 0fd14c3

Please sign in to comment.