Skip to content

Commit

Permalink
Update bcpkix-jdk18on, bcprov-jdk18on to 1.78
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 9, 2024
1 parent f072a85 commit 427aaeb
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 427aaeb

Please sign in to comment.