From ef598cbf4b9a590be756aa6fff2657adba9f54d1 Mon Sep 17 00:00:00 2001 From: Fabian Bonk Date: Mon, 21 Dec 2020 13:00:42 +0100 Subject: [PATCH] Bump bouncycastle version --- 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 fa53a218e..6f407ef3b 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 17563e7e0..f9311ae95 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 {