Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update bcpkix-jdk18on, bcprov-jdk18on to 1.80 #457

Merged
merged 1 commit into from
Jan 19, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update bcpkix-jdk18on, bcprov-jdk18on to 1.80
  • Loading branch information
scala-steward committed Jan 19, 2025
commit 4b6f6dbdbf645e118d2fe79ca582e7beacafcb94
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
Loading