From a1ed74e38d2e0468f002c9a8e3bb32ffc447a1c2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 9 Jun 2021 08:57:58 +0200 Subject: [PATCH] Update bcprov-jdk15on to 1.69 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d4da680..6510569 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ libraryDependencies ++= { Seq( "com.pauldijou" %% "jwt-core" % "4.3.0", "org.apache.httpcomponents" % "fluent-hc" % "4.5.13", - "org.bouncycastle" % "bcprov-jdk15on" % "1.67", + "org.bouncycastle" % "bcprov-jdk15on" % "1.69", "com.typesafe.akka" %% "akka-actor" % akkaV, "com.typesafe.akka" %% "akka-stream" % akkaV, "com.typesafe.akka" %% "akka-stream-testkit" % akkaV % Test,