From 32fe5799651a9468b5e448d5641fffe1850e81aa Mon Sep 17 00:00:00 2001 From: Matt Dziuban Date: Wed, 29 May 2024 08:42:32 -0400 Subject: [PATCH 1/2] Move bouncycastle dependency to test scope. --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 541f1964..46fe5b20 100644 --- a/pom.xml +++ b/pom.xml @@ -295,6 +295,7 @@ org.bouncycastle bcprov-jdk18on 1.76 + test @@ -306,4 +307,4 @@ - \ No newline at end of file + From 2a7bcc5843651ba6c45891c5598b70b4a92764c6 Mon Sep 17 00:00:00 2001 From: Matt Dziuban Date: Fri, 23 Aug 2024 11:32:24 -0400 Subject: [PATCH 2/2] Update bouncycastle to 1.78.1. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 46fe5b20..ea11d878 100644 --- a/pom.xml +++ b/pom.xml @@ -294,7 +294,7 @@ org.bouncycastle bcprov-jdk18on - 1.76 + 1.78.1 test