From 1ad09b541bddb2d9544741986fb59bf2d1fb7e47 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth <jf2512@att.com> Date: Mon, 15 Apr 2019 11:44:00 -0400 Subject: Roll back springboot upgrade Issue-ID: AAI-2379 Change-Id: I00c24fae1fe13b2a97950deb76cb8cb00f3d9421 Signed-off-by: Jimmy Forsyth <jf2512@att.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d29fd74..317e2bc 100644 --- a/pom.xml +++ b/pom.xml @@ -53,7 +53,7 @@ limitations under the License. <!-- Import dependency management from Spring Boot --> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-dependencies</artifactId> - <version>1.5.20.RELEASE</version> + <version>1.5.19.RELEASE</version> <type>pom</type> <scope>import</scope> </dependency> -- cgit 1.2.3-korg