From a5efdf1f0deb97a20c132fad0af17342a8a6d435 Mon Sep 17 00:00:00 2001 From: Moritz Weichert Date: Fri, 10 Jul 2020 19:02:32 +0200 Subject: [PATCH] Bump bonucycastle version (#619) Co-authored-by: Moritz Weichert --- build-publishing.gradle | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build-publishing.gradle b/build-publishing.gradle index bb4c0774..fa53a218 100644 --- a/build-publishing.gradle +++ b/build-publishing.gradle @@ -17,7 +17,7 @@ configurations { pom } -def bouncycastleVersion = "1.50" +def bouncycastleVersion = "1.66" dependencies { compile "org.slf4j:slf4j-api:1.7.7" diff --git a/build.gradle b/build.gradle index 2d1d17f6..17563e7e 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ repositories { configurations.compile.transitive = false -def bouncycastleVersion = "1.65" +def bouncycastleVersion = "1.66" def sshdVersion = "2.1.0" dependencies {