From 438b8db745d81a139a248ebd6763aa75d240daf9 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 25 Oct 2017 08:52:22 +0200 Subject: [PATCH] Upgrade to Spring Framework 5.0.1. Closes gh-167. --- pom.xml | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index ffe987ef..f4890079 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ UTF-8 - 5.0.0.RELEASE + 5.0.1.RELEASE Kay-RELEASE Bismuth-RELEASE 1.8 @@ -384,11 +384,22 @@ - spring5 + springNext - 5.0.0.RELEASE + 5.0.2.BUILD-SNAPSHOT + + + + spring-snapshots + Spring Snapshots + https://repo.spring.io/libs-snapshot + + true + + + @@ -513,7 +524,7 @@