Update bcprov-jdk15on to 1.69 (#3238)

This commit is contained in:
Scala Steward 2021-06-10 01:43:55 +02:00 committed by GitHub
parent 95f6c0d790
commit 4b2bc379e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ import sbt._
object Deps {
object V {
val bouncyCastle = "1.68"
val bouncyCastle = "1.69"
val dropwizardMetricsV = "4.2.0" //https://github.com/dropwizard/metrics
val logback = "1.2.3"
val grizzledSlf4j = "1.3.4"