SO Critical vulnerability 54/123154/1
authorshashikanth.vh@huawei.com <shashikanth.vh@huawei.com>
Thu, 5 Aug 2021 15:22:50 +0000 (20:52 +0530)
committershashikanth.vh@huawei.com <shashikanth.vh@huawei.com>
Thu, 5 Aug 2021 15:30:04 +0000 (21:00 +0530)
Issue-ID: SO-3732

Signed-off-by: SHASHIKANTH VH <shashikanth.vh@huawei.com>
Change-Id: I4a975090b3832b8a5affa48695f33edbd72da13e

asdc-controller/pom.xml
common/pom.xml
mso-catalog-db/pom.xml
pom.xml

index d539e65..244d83f 100644 (file)
     <dependency>
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>
-      <version>1.9</version>
+      <version>1.15</version>
     </dependency>
     <dependency>
       <groupId>org.onap.so</groupId>
index 9af3f62..7c37f50 100644 (file)
     <dependency>
       <groupId>org.springframework.security</groupId>
       <artifactId>spring-security-web</artifactId>
+      <version>5.4.6</version>
     </dependency>
     <dependency>
       <groupId>org.mockito</groupId>
index c2bcf9b..c4913e6 100644 (file)
@@ -73,6 +73,7 @@
     <dependency>
       <groupId>org.springframework.data</groupId>
       <artifactId>spring-data-rest-hal-browser</artifactId>
+      <version>3.3.9.RELEASE</version>
     </dependency>
     <dependency>
       <groupId>org.ow2.asm</groupId>
diff --git a/pom.xml b/pom.xml
index 49d4b75..d86283c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       <dependency>
         <groupId>commons-codec</groupId>
         <artifactId>commons-codec</artifactId>
-        <version>1.12</version>
+        <version>1.15</version>
         <scope>compile</scope>
       </dependency>
       <dependency>