From 18e8b404aa2dcf7a3daefd3ebb1ccd97b75b98a2 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Tue, 9 Apr 2019 11:36:35 -0400 Subject: [PATCH] Upgrade to springboot 1.5.20.RELEASE Issue-ID: AAI-2349 Change-Id: I6d21736b4da4483a5bf94f18ff4c3fc8e5624ba6 Signed-off-by: Jimmy Forsyth --- aai-core/pom.xml | 2 +- aai-rest/pom.xml | 6 +++--- aai-schema-ingest/pom.xml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/aai-core/pom.xml b/aai-core/pom.xml index f259c8cf..7c80dfed 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -452,7 +452,7 @@ org.springframework.boot spring-boot-test - 1.5.19.RELEASE + 1.5.20.RELEASE test diff --git a/aai-rest/pom.xml b/aai-rest/pom.xml index 9cd73473..4f05440e 100644 --- a/aai-rest/pom.xml +++ b/aai-rest/pom.xml @@ -38,8 +38,8 @@ https://nexus.onap.org 1.0.1-oss - 1.5.19.RELEASE - 1.5.19.RELEASE + 1.5.20.RELEASE + 1.5.20.RELEASE 1.0.8.RELEASE @@ -121,7 +121,7 @@ org.springframework.boot spring-boot-test - 1.5.19.RELEASE + 1.5.20.RELEASE test diff --git a/aai-schema-ingest/pom.xml b/aai-schema-ingest/pom.xml index 5b817436..b73a7209 100644 --- a/aai-schema-ingest/pom.xml +++ b/aai-schema-ingest/pom.xml @@ -113,7 +113,7 @@ org.springframework.boot spring-boot-starter-web - 1.5.19.RELEASE + 1.5.20.RELEASE org.apache.httpcomponents @@ -128,7 +128,7 @@ org.springframework.boot spring-boot-test - 1.5.19.RELEASE + 1.5.20.RELEASE test -- 2.16.6