From 1ce76e7e9988c82aba7e6c6c90ad54c084315b6c Mon Sep 17 00:00:00 2001 From: Aayush Atharva Date: Tue, 20 Jul 2021 18:39:58 +0530 Subject: [PATCH] Update BouncyCastle Libraries (#11495) Motivation: New versions of Bouncy Castle libraries are out and we should upgrade to them. Modification: Upgraded all Bouncy Castle libraries to the latest version. Result: The latest versions of Bouncy Castle libraries. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index e57903582b..4e9484bfce 100644 --- a/pom.xml +++ b/pom.xml @@ -643,7 +643,7 @@ org.bouncycastle bcpkix-jdk15on - 1.68 + 1.69 compile true @@ -655,7 +655,7 @@ org.bouncycastle bcprov-jdk15on - 1.68 + 1.69 compile true