Skip to content

Commit

Permalink
Merge pull request #130 from guardian/an/bouncycastle-jdk8
Browse files Browse the repository at this point in the history
CVE-2023-33202: replace jdk1.5 bouncycastle with 1.8, then upgrade to receive CVE fix
  • Loading branch information
andrew-nowak committed Nov 30, 2023
2 parents 0854755 + c0121ee commit 505d975
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 505d975

Please sign in to comment.