Replace outdated dependency org.bouncycastle:bcpkix-jdk15on 84/135384/4
authorvasraz <vasyl.razinkov@est.tech>
Wed, 12 Jul 2023 17:58:06 +0000 (18:58 +0100)
committerMichael Morris <michael.morris@est.tech>
Thu, 13 Jul 2023 15:02:02 +0000 (15:02 +0000)
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: I0fecbfd4be46b81a66059d1a18cb5f9b09eb76cd
Issue-ID: SDC-4569

common-be-tests-utils/pom.xml
common-be/pom.xml
integration-tests/pom.xml
openecomp-be/backend/openecomp-sdc-vendor-software-product-manager/pom.xml
pom.xml

index a376ac7..4c82e06 100644 (file)
                     <groupId>com.fasterxml.jackson.core</groupId>
                     <artifactId>jackson-annotations</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>org.bouncycastle</groupId>
+                    <artifactId>bcprov-jdk15on</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>
 
         <dependency>
             <groupId>org.bouncycastle</groupId>
-            <artifactId>bcpkix-jdk15on</artifactId>
+            <artifactId>bcpkix-lts8on</artifactId>
             <version>${bouncycastle.version}</version>
-            <scope>compile</scope>
         </dependency>
 
         <dependency>
index ab30ad5..2fc7a85 100644 (file)
                     <groupId>com.fasterxml.jackson.core</groupId>
                     <artifactId>jackson-annotations</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>org.bouncycastle</groupId>
+                    <artifactId>bcprov-jdk15on</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>
 
         <dependency>
             <groupId>org.bouncycastle</groupId>
-            <artifactId>bcpkix-jdk15on</artifactId>
+            <artifactId>bcpkix-lts8on</artifactId>
             <version>${bouncycastle.version}</version>
-            <scope>compile</scope>
         </dependency>
 
         <dependency>
index b0e6e77..6d936f7 100644 (file)
@@ -345,7 +345,7 @@ limitations under the License.
                 </exclusion>
                 <exclusion>
                     <groupId>org.bouncycastle</groupId>
-                    <artifactId>bcprov-jdk15on</artifactId>
+                    <artifactId>*</artifactId>
                 </exclusion>
             </exclusions>
         </dependency>
index 2408718..a0d1923 100644 (file)
     </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 800c3f5..a6fa257 100644 (file)
--- 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>