Skip to content

Commit a22e8f9

Browse files
Update bcprov-jdk15to18 to 1.69 (#2163)
1 parent 431fdbc commit a22e8f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import sbt.librarymanagement.syntax.ExclusionRule
44

55
object Dependencies {
66
val attoCore = "org.tpolecat" %% "atto-core" % "0.9.5"
7-
val bcprovJdk15to18 = "org.bouncycastle" % "bcprov-jdk15to18" % "1.68"
7+
val bcprovJdk15to18 = "org.bouncycastle" % "bcprov-jdk15to18" % "1.69"
88
val betterFiles = "com.github.pathikrit" %% "better-files" % "3.9.1"
99
val caseApp = "com.github.alexarchambault" %% "case-app" % "2.0.6"
1010
val catsEffect = "org.typelevel" %% "cats-effect" % "3.1.1"

0 commit comments

Comments
 (0)