fix postgresql and commons-codec vulnerability 65/111165/1
authorjitendra007 <jitendra.sharma1@huawei.com>
Wed, 12 Aug 2020 05:53:26 +0000 (11:23 +0530)
committerjitendra007 <jitendra.sharma1@huawei.com>
Wed, 12 Aug 2020 05:57:08 +0000 (11:27 +0530)
Issue-ID: VNFSDK-584

Signed-off-by: jitendra007 <jitendra.sharma1@huawei.com>
Change-Id: I2a25aa83e0f72796b86cf90a17d510dc094afa3e

vnfmarket-be/vnf-sdk-marketplace/pom.xml

index 8c5adf7..b7945bd 100644 (file)
         <dependency>
            <groupId>commons-codec</groupId>
            <artifactId>commons-codec</artifactId>
-           <version>1.13</version>
+           <version>1.14</version>
         </dependency>
         <!-- jetty -->
 <!-- Updated jetty-util,jetty-http,jetty-servlet and jetty-server
@@ -176,7 +176,7 @@ due to Security Issues:- CVE-2019-10241,CVE-2019-10247,CVE-2019-10246
         <dependency>
             <groupId>org.postgresql</groupId>
             <artifactId>postgresql</artifactId>
-            <version>42.2.5</version>
+            <version>42.2.13</version>
         </dependency>
         <dependency>
             <groupId>org.mybatis</groupId>