Bump bouncycastle version (#655)

This commit is contained in:
Fabian Bonk
2020-12-21 13:41:11 +01:00
committed by GitHub
parent 07d624b1df
commit 6d7dd741de
2 changed files with 2 additions and 2 deletions

View File

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

View File

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