SO Critical vulnerability. 55/123155/2
authorMukesh Paliwal <mukesh.paliwal1@huawei.com>
Thu, 5 Aug 2021 16:16:53 +0000 (21:46 +0530)
committerMukesh Paliwal <mukesh.paliwal1@huawei.com>
Fri, 6 Aug 2021 10:30:33 +0000 (10:30 +0000)
Issue-ID: SO-3732

Signed-off-by: mukesh.paliwal <mukesh.paliwal1@huawei.com>
Change-Id: I7703841ea89e5b409b9622a673ab766dc267ae36

common/pom.xml
pom.xml

index 9af3f62..31d715d 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 49d4b75..c470b02 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>