Security updates for maven dependencies 13/90313/1
authorSangalang, Felix <felix.sangalang@att.com>
Fri, 21 Jun 2019 14:46:38 +0000 (10:46 -0400)
committerBenjamin, Max (mb388a) <mb388a@us.att.com>
Fri, 21 Jun 2019 14:53:20 +0000 (10:53 -0400)
Update commons-collections version to 3.2.2.
Updated distribution client version to 1.4.0.
Update commons-fileupload to version 1.4.
Update commons-codec to version 1.12.

Change-Id: I4ab794e3aef7300c30088e5197092fd30231c4af
Issue-ID: SO-2043
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
adapters/mso-openstack-adapters/pom.xml
asdc-controller/pom.xml
bpmn/MSOCoreBPMN/pom.xml
bpmn/mso-infrastructure-bpmn/pom.xml
pom.xml

index 9227164..7ffcd83 100644 (file)
     <dependency>
       <groupId>commons-collections</groupId>
       <artifactId>commons-collections</artifactId>
-      <version>3.2.1</version>
+      <version>3.2.2</version>
     </dependency>
 
     <dependency>
index 60c517d..a839111 100644 (file)
     <dependency>
       <groupId>org.onap.sdc.sdc-distribution-client</groupId>
       <artifactId>sdc-distribution-client</artifactId>
-      <version>1.3.0</version>
+      <version>1.4.0</version>
       <exclusions>
         <exclusion>
           <groupId>org.slf4j</groupId>
index 12bc998..fd23956 100644 (file)
@@ -54,7 +54,7 @@
     <dependency>
       <groupId>commons-fileupload</groupId>
       <artifactId>commons-fileupload</artifactId>
-      <version>1.3.3</version>
+      <version>1.4</version>
     </dependency>
     <dependency>
       <groupId>javax.servlet</groupId>
index e9ed15a..ea1a205 100644 (file)
           <groupId>org.camunda.bpmn</groupId>
           <artifactId>camunda-engine-rest-core</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>commons-fileupload</groupId>
+          <artifactId>commons-fileupload</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     <dependency>
diff --git a/pom.xml b/pom.xml
index cd94478..58f8afa 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       <dependency>
         <groupId>commons-codec</groupId>
         <artifactId>commons-codec</artifactId>
-        <version>1.10</version>
+        <version>1.12</version>
         <scope>compile</scope>
       </dependency>
       <dependency>