Change commons-codec version 88/86188/1
authorPatrick Brady <patrick.brady@att.com>
Wed, 24 Apr 2019 18:57:41 +0000 (11:57 -0700)
committerPatrick Brady <patrick.brady@att.com>
Wed, 24 Apr 2019 19:00:07 +0000 (12:00 -0700)
Changing to version 1.12 to fix security vulnerability

Change-Id: Iae6188b2e3f758332f6b408cdb4257ce9cf24a50
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1579

binding-parent/pom.xml
single-feature-parent/pom.xml

index cd80812..a738b47 100644 (file)
@@ -41,6 +41,7 @@ limitations under the License.
         <assertj.version>3.9.0</assertj.version>
         <apache.sshd.version>1.6.0</apache.sshd.version>
         <cdp.pal.version>1.1.25.8-oss</cdp.pal.version>
+        <commons-codec.version>1.12</commons-codec.version>
         <mariadb.client.version>2.1.1</mariadb.client.version>
         <snakeyaml.version>1.15</snakeyaml.version>
         <dmaap.client.version>1.1.5</dmaap.client.version>
@@ -95,6 +96,11 @@ limitations under the License.
     </properties>
        <dependencyManagement>
                <dependencies>
+                       <dependency>
+                               <groupId>commons-codec</groupId>
+                               <artifactId>commons-codec</artifactId>
+                               <version>${commons-codec.version}</version>
+                       </dependency>
                        <dependency>
                                <groupId>org.opendaylight.controller</groupId>
                                <artifactId>config-api</artifactId>
index 8b80189..f48894b 100644 (file)
@@ -36,6 +36,7 @@ limitations under the License.
     </parent>
     
     <properties>
+        <commons-codec.version>1.12</commons-codec.version>
         <skip.karaf.featureTest>true</skip.karaf.featureTest>
         <commons.collections.version>3.2.2</commons.collections.version>
         <snakeyaml.version>1.15</snakeyaml.version>
@@ -44,6 +45,11 @@ limitations under the License.
     </properties>
     <dependencyManagement>
         <dependencies>
+            <dependency>
+                <groupId>commons-codec</groupId>
+                <artifactId>commons-codec</artifactId>
+                <version>${commons-codec.version}</version>
+            </dependency>
             <dependency>
                                <groupId>org.onap.ccsdk.sli.core</groupId>
                                <artifactId>sli-common</artifactId>