summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Brady <patrick.brady@att.com>2019-04-24 11:57:41 -0700
committerPatrick Brady <patrick.brady@att.com>2019-04-24 12:00:07 -0700
commit4fa08bba21f80e3d4ec9ed920a6fca99073ca6dc (patch)
tree411be8612b888c792315294806c1e8185f1e3af0
parentdd22bcdbbd8603953d25c2427e7ccbff808b5624 (diff)
Change commons-codec version
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
-rw-r--r--binding-parent/pom.xml6
-rw-r--r--single-feature-parent/pom.xml6
2 files changed, 12 insertions, 0 deletions
diff --git a/binding-parent/pom.xml b/binding-parent/pom.xml
index cd80812..a738b47 100644
--- a/binding-parent/pom.xml
+++ b/binding-parent/pom.xml
@@ -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>
@@ -96,6 +97,11 @@ limitations under the License.
<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>
<version>${odl.controller.config.api.version}</version>
diff --git a/single-feature-parent/pom.xml b/single-feature-parent/pom.xml
index 8b80189..f48894b 100644
--- a/single-feature-parent/pom.xml
+++ b/single-feature-parent/pom.xml
@@ -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>
@@ -45,6 +46,11 @@ limitations under the License.
<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>
<version>${ccsdk.sli.core.version}</version>