Merge "SO Critical vulnerability."
authorSeshu Kumar M <seshu.kumar.m@huawei.com>
Fri, 13 Aug 2021 15:15:13 +0000 (15:15 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 13 Aug 2021 15:15:13 +0000 (15:15 +0000)
common/pom.xml
pom.xml

index 330e6dd..39a980d 100644 (file)
@@ -46,6 +46,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-web</artifactId>
+      <version>5.2.14.RELEASE</version>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
diff --git a/pom.xml b/pom.xml
index 41f1c44..5fcf2e5 100644 (file)
--- a/pom.xml
+++ b/pom.xml
           <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-annotations</artifactId>
-            <version>2.9.8</version>
+            <version>2.12.1</version>
           </dependency>
         </dependencies>
       </plugin>
       <dependency>
         <groupId>commons-io</groupId>
         <artifactId>commons-io</artifactId>
-        <version>2.5</version>
+        <version>2.8.0</version>
         <scope>compile</scope>
       </dependency>
       <dependency>