From ff97642301cdef14252b5ed30b65a0b12c5a54e3 Mon Sep 17 00:00:00 2001 From: Paul Watson Date: Wed, 6 Nov 2024 16:52:47 +0000 Subject: [PATCH] Overriding the vulnerable version of bouncy castle --- pom.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1e2800d..3bff6d3 100644 --- a/pom.xml +++ b/pom.xml @@ -44,7 +44,8 @@ - 2.7 + 1.78.1 + 2.14.0 3.4 33.0.0-jre 1.3 @@ -59,6 +60,13 @@ + + + org.bouncycastle + bcprov-jdk18on + ${thirdparty.bouncycastle.version} + runtime + commons-io