From 4d3992636bf2850a6aef7bd73d295688a913b3db Mon Sep 17 00:00:00 2001 From: "Arul.Nambi" Date: Fri, 12 Oct 2018 12:36:57 -0400 Subject: [PATCH] Updating the spring-context vunerable version Issue-ID: AAI-1743 Change-Id: Iad9b07393491499acacd260039acffba8dc5f313 Signed-off-by: Arul.Nambi --- pom.xml | 4 ++-- version.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 1d38a65..2a18a0d 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ limitations under the License. org.onap.aai.data-router data-router - 1.3.0-SNAPSHOT + 1.3.1-SNAPSHOT aai-data-router @@ -189,7 +189,7 @@ limitations under the License. org.onap.aai.router-core router-core - 1.3.0 + 1.3.1 diff --git a/version.properties b/version.properties index a254b21..fb21064 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=3 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- 2.16.6