From 36771dd50c44c8f0ff2743dc0ca93c0a1dd41bea Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Mon, 10 Dec 2018 15:39:36 -0500 Subject: Update to latest spring and spring boot Issue-ID: AAI-1900 Change-Id: I16760f66201756d2a9017222d95833c3474b891b Signed-off-by: Jimmy Forsyth --- aai-core/pom.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'aai-core') diff --git a/aai-core/pom.xml b/aai-core/pom.xml index 5250ff0f..c5542626 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -27,11 +27,11 @@ org.onap.aai.aai-common aai-common - 1.3.3-SNAPSHOT + 1.3.4-SNAPSHOT aai-core aai-core - 1.3.3-SNAPSHOT + 1.3.4-SNAPSHOT jar java @@ -45,7 +45,7 @@ 1.0.0 1.2.3 2.3.21 - 5.15.6 + 5.15.8 0.50 3.2.2 2.4.15 @@ -801,12 +801,12 @@ org.springframework spring-web - 4.3.18.RELEASE + 4.3.21.RELEASE org.springframework spring-context - 4.3.18.RELEASE + 4.3.21.RELEASE javax.xml.bind @@ -957,13 +957,13 @@ org.springframework spring-test - 4.3.18.RELEASE + 4.3.21.RELEASE test org.springframework.boot spring-boot-test - 1.5.1.RELEASE + 1.5.18.RELEASE test @@ -997,7 +997,7 @@ org.springframework spring-jms - 4.3.18.RELEASE + 4.3.21.RELEASE com.fasterxml.jackson.core @@ -1022,7 +1022,7 @@ org.springframework.boot spring-boot - 1.5.15.RELEASE + 1.5.18.RELEASE compile -- cgit