Skip to content

Commit

Permalink
Update bcpkix-jdk18on, bcprov-jdk18on to 1.75
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 22, 2023
1 parent ac90381 commit e8e9ccb
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,7 +15,7 @@ libraryDependencies ++= {

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

"org.bouncycastle" % "bcprov-jdk18on" % "1.74" % Provided,
"org.bouncycastle" % "bcpkix-jdk18on" % "1.74" % Provided
"org.bouncycastle" % "bcprov-jdk18on" % "1.75" % Provided,
"org.bouncycastle" % "bcpkix-jdk18on" % "1.75" % Provided
)
}

0 comments on commit e8e9ccb

Please sign in to comment.