aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--common-be-tests-utils/pom.xml7
-rw-r--r--common-be/pom.xml7
-rw-r--r--integration-tests/pom.xml2
-rw-r--r--openecomp-be/backend/openecomp-sdc-vendor-software-product-manager/pom.xml2
-rw-r--r--pom.xml2
5 files changed, 13 insertions, 7 deletions
diff --git a/common-be-tests-utils/pom.xml b/common-be-tests-utils/pom.xml
index a376ac74a9..4c82e06098 100644
--- a/common-be-tests-utils/pom.xml
+++ b/common-be-tests-utils/pom.xml
@@ -32,6 +32,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>
@@ -129,9 +133,8 @@
<dependency>
<groupId>org.bouncycastle</groupId>
- <artifactId>bcpkix-jdk15on</artifactId>
+ <artifactId>bcpkix-lts8on</artifactId>
<version>${bouncycastle.version}</version>
- <scope>compile</scope>
</dependency>
<dependency>
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>
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index b0e6e77420..6d936f73ee 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -345,7 +345,7 @@ limitations under the License.
</exclusion>
<exclusion>
<groupId>org.bouncycastle</groupId>
- <artifactId>bcprov-jdk15on</artifactId>
+ <artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
diff --git a/openecomp-be/backend/openecomp-sdc-vendor-software-product-manager/pom.xml b/openecomp-be/backend/openecomp-sdc-vendor-software-product-manager/pom.xml
index 24087180f8..a0d1923e82 100644
--- a/openecomp-be/backend/openecomp-sdc-vendor-software-product-manager/pom.xml
+++ b/openecomp-be/backend/openecomp-sdc-vendor-software-product-manager/pom.xml
@@ -211,7 +211,7 @@
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
- <artifactId>bcpkix-jdk15on</artifactId>
+ <artifactId>bcpkix-lts8on</artifactId>
<version>${bouncycastle.version}</version>
</dependency>
<dependency>
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>