Skip to content

Commit

Permalink
Merge pull request #368 from scala-steward/update/bcpkix-jdk18on-1.78
Browse files Browse the repository at this point in the history
Update bcpkix-jdk18on, bcprov-jdk18on to 1.78
  • Loading branch information
mergify[bot] committed Apr 9, 2024
2 parents f072a85 + 427aaeb commit 6a00e16
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.3.3" % Test,

"org.bouncycastle" % "bcprov-jdk18on" % "1.77" % Provided,
"org.bouncycastle" % "bcpkix-jdk18on" % "1.77" % Provided,
"org.bouncycastle" % "bcprov-jdk18on" % "1.78" % Provided,
"org.bouncycastle" % "bcpkix-jdk18on" % "1.78" % Provided,

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

0 comments on commit 6a00e16

Please sign in to comment.