From 6d7dd741de35db62fdeffa9c0af465611f7bf5a9 Mon Sep 17 00:00:00 2001 From: Fabian Bonk Date: Mon, 21 Dec 2020 13:41:11 +0100 Subject: [PATCH] Bump bouncycastle version (#655) --- 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 fa53a218..6f407ef3 100644 --- a/build-publishing.gradle +++ b/build-publishing.gradle @@ -17,7 +17,7 @@ configurations { pom } -def bouncycastleVersion = "1.66" +def bouncycastleVersion = "1.67" dependencies { compile "org.slf4j:slf4j-api:1.7.7" diff --git a/build.gradle b/build.gradle index 17563e7e..f9311ae9 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ repositories { configurations.compile.transitive = false -def bouncycastleVersion = "1.66" +def bouncycastleVersion = "1.67" def sshdVersion = "2.1.0" dependencies {