Skip to content

Commit

Permalink
bouncy castle
Browse files Browse the repository at this point in the history
  • Loading branch information
jdepassos-mdsol committed Jul 18, 2024
1 parent 12c67d8 commit ac335b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ object Dependencies extends DependencyUtils {
val akkaHttpCache: ModuleID = "com.typesafe.akka" %% "akka-http-caching" % Version.akkaHttp
val akkaStream: ModuleID = "com.typesafe.akka" %% "akka-stream" % Version.akka
val apacheHttpClient: ModuleID = "org.apache.httpcomponents" % "httpclient" % "4.5.14"
val bouncyCastlePkix: ModuleID = "org.bouncycastle" % "bcpkix-jdk15on" % "1.70"
val bouncyCastlePkix: ModuleID = "org.bouncycastle" % "bcpkix-jdk18on" % "1.78.1"
val commonsCodec: ModuleID = "commons-codec" % "commons-codec" % "1.17.0"
val commonsLang3: ModuleID = "org.apache.commons" % "commons-lang3" % "3.14.0"
val guava: ModuleID = "com.google.guava" % "guava" % "31.1-jre"
Expand Down

0 comments on commit ac335b5

Please sign in to comment.