Skip to content

Commit

Permalink
[Backport 2.x] Fixes CVE-2022-42920 by forcing bcel version to resovl…
Browse files Browse the repository at this point in the history
…e to 6.6

Signed-off-by: Craig Perkins <cwperx@amazon.com>
  • Loading branch information
cwperks committed Dec 6, 2022
1 parent b908b89 commit 2af6be9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ configurations.all {
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.6.0" // This line should be removed once Spotbugs is upgraded to 4.7.4
}
}

Expand Down

0 comments on commit 2af6be9

Please sign in to comment.