Update bcprov-jdk15on to 1.70 (#3861)

This commit is contained in:
Scala Steward 2021-12-01 13:55:18 +01:00 committed by GitHub
parent f54ed98c74
commit b2bf190dce
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.69"
val bouncyCastle = "1.70"
val dropwizardMetricsV = "4.2.4" //https://github.com/dropwizard/metrics
val logback = "1.2.7"
val grizzledSlf4j = "1.3.4"