Skip to content

Commit

Permalink
[Backport 2.x] Bumps spotbugs-gradle-plugin to 5.2.3 (#3677)
Browse files Browse the repository at this point in the history
Backport d3e6efe from #3676.

Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 8607989 commit c81019e
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.5"
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 @@ -484,7 +484,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 c81019e

Please sign in to comment.