Skip to content

Commit 5c36bab

Browse files
authored
Merge pull request #3547 from scala-steward-dev/update/bcprov-jdk15to18-1.80
Update bcprov-jdk15to18 to 1.80
2 parents 5b13f31 + 703073c commit 5c36bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import sbt.*
22

33
object Dependencies {
4-
val bcprovJdk15to18 = "org.bouncycastle" % "bcprov-jdk15to18" % "1.79"
4+
val bcprovJdk15to18 = "org.bouncycastle" % "bcprov-jdk15to18" % "1.80"
55
val betterFiles = "com.github.pathikrit" %% "better-files" % "3.9.2"
66
val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.7"
77
val catsCore = "org.typelevel" %% "cats-core" % "2.12.0"

0 commit comments

Comments
 (0)