aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorvasraz <vasyl.razinkov@est.tech>2023-07-12 18:58:06 +0100
committerMichael Morris <michael.morris@est.tech>2023-07-13 15:02:02 +0000
commit7b8acdf5b70fdcda448fa1ae871df0e0723f08db (patch)
treefdd727652baf229e0ef515ec297d42ec506be627 /pom.xml
parent65d266b51f039544cf83ee711f317c49d6b6fb1e (diff)
Replace outdated dependency org.bouncycastle:bcpkix-jdk15on
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I0fecbfd4be46b81a66059d1a18cb5f9b09eb76cd Issue-ID: SDC-4569
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 800c3f511c..a6fa2579b1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -180,7 +180,7 @@ Modifications copyright (c) 2018-2019 Nokia
<surefire.reuseForks>true</surefire.reuseForks>
<surefire.skip.tests>false</surefire.skip.tests>
- <bouncycastle.version>1.70</bouncycastle.version>
+ <bouncycastle.version>2.73.2</bouncycastle.version>
<!--DOCKER-->
<docker.api.version>1.43</docker.api.version>