From 9f195414846c72adc5122b1fb55ce9d560e11c66 Mon Sep 17 00:00:00 2001 From: Joe Grandja Date: Wed, 27 Mar 2019 14:56:16 -0400 Subject: [PATCH] Update to bouncycastle:bcpkix-jdk15on 1.61 Fixes gh-6714 --- crypto/crypto.gradle | 2 +- crypto/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crypto/crypto.gradle b/crypto/crypto.gradle index aaefc9169a..0d6bfc57c4 100644 --- a/crypto/crypto.gradle +++ b/crypto/crypto.gradle @@ -1,3 +1,3 @@ dependencies { - optional 'org.bouncycastle:bcpkix-jdk15on:1.60' + optional 'org.bouncycastle:bcpkix-jdk15on:1.61' } diff --git a/crypto/pom.xml b/crypto/pom.xml index a862c50b98..ef5700c361 100644 --- a/crypto/pom.xml +++ b/crypto/pom.xml @@ -52,7 +52,7 @@ org.bouncycastle bcpkix-jdk15on - 1.60 + 1.61 compile true