Skip to content

Commit

Permalink
[Backport 1.3] 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 (#2304)

Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks authored Dec 7, 2022
1 parent 64ebd9e commit aea96f2
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 @@ -86,6 +86,7 @@ configurations.all {
force "com.google.guava:guava:30.0-jre"
force "com.fasterxml.woodstox:woodstox-core:6.4.0"
force "org.scala-lang:scala-library:2.13.9"
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 aea96f2

Please sign in to comment.