Skip to content

Commit

Permalink
Merge pull request #279 from scala-steward/update/bcpkix-jdk18on-1.75
Browse files Browse the repository at this point in the history
Update bcpkix-jdk18on, bcprov-jdk18on to 1.75
  • Loading branch information
mergify[bot] committed Jun 22, 2023
2 parents ac90381 + e8e9ccb commit 1f015f5
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 1f015f5

Please sign in to comment.