Skip to content

Commit

Permalink
Merge pull request #340 from FabioPinheiro/update/bcpkix-jdk18on-1.80
Browse files Browse the repository at this point in the history
Update bcpkix-jdk18on, bcprov-jdk18on to 1.80
  • Loading branch information
FabioPinheiro authored Jan 21, 2025
2 parents 5df78c2 + 70cbf53 commit 0443904
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,9 @@ lazy val D = new {
// https://mvnrepository.com/artifact/com.nimbusds/nimbus-jose-jwt
// https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/release-9.35%0Drelease-9.32
val bouncycastle_bcprov = // https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk18on
Def.setting("org.bouncycastle" % "bcprov-jdk18on" % "1.79")
Def.setting("org.bouncycastle" % "bcprov-jdk18on" % "1.80")
val bouncycastle_bcpkix = // https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk18on
Def.setting("org.bouncycastle" % "bcpkix-jdk18on" % "1.79")
Def.setting("org.bouncycastle" % "bcpkix-jdk18on" % "1.80")

val nimbusJoseJwt = Def.setting("com.nimbusds" % "nimbus-jose-jwt" % V.nimbusJoseJwt)

Expand Down

0 comments on commit 0443904

Please sign in to comment.