From 9b2b10cc3d5ca768e742b8d17d0bf2cf5d361bba Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Wed, 4 Apr 2018 17:07:57 +0200 Subject: [PATCH] #353 - Prepare upgrade to Spring Boot 1.5.11. Upgraded to Spring Boot 1.5.10 and Ingalls SR11. Upgraded Spring Framework 5 build profile to 5.0.5. --- pom.xml | 7 ++++--- rest/security/pom.xml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 8a3a25e9..b47d2678 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ org.springframework.boot spring-boot-starter-parent - 1.5.8.RELEASE + 1.5.10.RELEASE @@ -35,6 +35,7 @@ 1.1.3 1.8 + Ingalls-SR11 @@ -42,9 +43,9 @@ spring5 - 5.0.0.RELEASE + 5.0.5.RELEASE Ingalls-BUILD-SNAPSHOT - 2.9.1 + 2.9.5 diff --git a/rest/security/pom.xml b/rest/security/pom.xml index dcc15649..68866e26 100644 --- a/rest/security/pom.xml +++ b/rest/security/pom.xml @@ -13,7 +13,7 @@ - 4.0.2.RELEASE + 4.2.5.RELEASE