Bump bonucycastle version (#619)

Co-authored-by: Moritz Weichert <moritz.weichert@check24.de>
This commit is contained in:
Moritz Weichert
2020-07-10 19:02:32 +02:00
committed by GitHub
parent 588853554a
commit a5efdf1f0d
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ configurations {
pom
}
def bouncycastleVersion = "1.50"
def bouncycastleVersion = "1.66"
dependencies {
compile "org.slf4j:slf4j-api:1.7.7"

View File

@@ -40,7 +40,7 @@ repositories {
configurations.compile.transitive = false
def bouncycastleVersion = "1.65"
def bouncycastleVersion = "1.66"
def sshdVersion = "2.1.0"
dependencies {