Skip to content

Commit

Permalink
Merge pull request #457 from scala-steward/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
mergify[bot] authored Jan 19, 2025
2 parents 891b6ff + 4b6f6db commit 87a7696
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libats-slick/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ libraryDependencies ++= {

"org.mariadb.jdbc" % "mariadb-java-client" % "3.5.1" % Test,

"org.bouncycastle" % "bcprov-jdk18on" % "1.79" % Provided,
"org.bouncycastle" % "bcpkix-jdk18on" % "1.79" % Provided,
"org.bouncycastle" % "bcprov-jdk18on" % "1.80" % Provided,
"org.bouncycastle" % "bcpkix-jdk18on" % "1.80" % Provided,

"com.beachape" %% "enumeratum" % "1.7.5" % Provided,
)
Expand Down

0 comments on commit 87a7696

Please sign in to comment.