aboutsummaryrefslogtreecommitdiffstats
path: root/common-be
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 /common-be
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 'common-be')
-rw-r--r--common-be/pom.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/common-be/pom.xml b/common-be/pom.xml
index ab30ad5f99..2fc7a859ef 100644
--- a/common-be/pom.xml
+++ b/common-be/pom.xml
@@ -36,6 +36,10 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcprov-jdk15on</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -139,9 +143,8 @@
<dependency>
<groupId>org.bouncycastle</groupId>
- <artifactId>bcpkix-jdk15on</artifactId>
+ <artifactId>bcpkix-lts8on</artifactId>
<version>${bouncycastle.version}</version>
- <scope>compile</scope>
</dependency>
<dependency>