Skip to content

Commit

Permalink
Merge pull request #175 from FabioPinheiro/update/nimbus-jose-jwt-9.37.1
Browse files Browse the repository at this point in the history
Update nimbus-jose-jwt to 9.37.1
  • Loading branch information
FabioPinheiro authored Nov 26, 2023
2 parents 4d6e889 + f892442 commit ecd20ae
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 @@ -414,7 +414,7 @@ lazy val didImp = crossProject(JSPlatform, JVMPlatform)
.jvmSettings( // Add JVM-specific settings here
libraryDependencies += "org.bouncycastle" % "bcprov-jdk18on" % "1.76", // https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk18on
libraryDependencies += "org.bouncycastle" % "bcpkix-jdk18on" % "1.76", // https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk18on
libraryDependencies += "com.nimbusds" % "nimbus-jose-jwt" % "9.35", // https://mvnrepository.com/artifact/com.nimbusds/nimbus-jose-jwt
libraryDependencies += "com.nimbusds" % "nimbus-jose-jwt" % "9.37.1", // 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 ecd20ae

Please sign in to comment.