From 4fa08bba21f80e3d4ec9ed920a6fca99073ca6dc Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Wed, 24 Apr 2019 11:57:41 -0700 Subject: [PATCH] Change commons-codec version Changing to version 1.12 to fix security vulnerability Change-Id: Iae6188b2e3f758332f6b408cdb4257ce9cf24a50 Signed-off-by: Patrick Brady Issue-ID: APPC-1579 --- binding-parent/pom.xml | 6 ++++++ single-feature-parent/pom.xml | 6 ++++++ 2 files changed, 12 insertions(+) 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. 3.9.0 1.6.0 1.1.25.8-oss + 1.12 2.1.1 1.15 1.1.5 @@ -95,6 +96,11 @@ limitations under the License. + + commons-codec + commons-codec + ${commons-codec.version} + org.opendaylight.controller config-api 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. + 1.12 true 3.2.2 1.15 @@ -44,6 +45,11 @@ limitations under the License. + + commons-codec + commons-codec + ${commons-codec.version} + org.onap.ccsdk.sli.core sli-common -- 2.16.6