Skip to content

Commit

Permalink
Update nimbus-jose-jwt to 9.37.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioPinheiro committed Dec 3, 2023
1 parent 63d61e6 commit a8b29aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ lazy val didImp = crossProject(JSPlatform, JVMPlatform)
.jvmSettings( // Add JVM-specific settings here
libraryDependencies += "org.bouncycastle" % "bcprov-jdk18on" % "1.77", // https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk18on
libraryDependencies += "org.bouncycastle" % "bcpkix-jdk18on" % "1.77", // https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk18on
libraryDependencies += "com.nimbusds" % "nimbus-jose-jwt" % "9.37.1", // https://mvnrepository.com/artifact/com.nimbusds/nimbus-jose-jwt
libraryDependencies += "com.nimbusds" % "nimbus-jose-jwt" % "9.37.2", // https://mvnrepository.com/artifact/com.nimbusds/nimbus-jose-jwt
// https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/release-9.35%0Drelease-9.32

// BUT have vulnerabilities in the dependencies: CVE-2023-2976
Expand Down

0 comments on commit a8b29aa

Please sign in to comment.