Skip to content

Commit

Permalink
CVE-2023-33202: replace jdk1.5 bouncycastle with 1.8, then upgrade to…
Browse files Browse the repository at this point in the history
… receive CVE fix
  • Loading branch information
andrew-nowak committed Nov 27, 2023
1 parent 0854755 commit c0121ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ object Dependencies {
)

val cryptoDependencies = Seq(
"org.bouncycastle" % "bcprov-jdk15on" % "1.69",
"org.bouncycastle" % "bcprov-jdk18on" % "1.77",
"commons-codec" % "commons-codec" % "1.14"
)

Expand Down

0 comments on commit c0121ee

Please sign in to comment.