From 636cbe3d09a3a54f5eec30adabf45cefea451b2b Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 7 May 2018 08:47:53 +0200 Subject: [PATCH] Upgrade to Spring Framework 4.3.17 snapshots. See gh-252. --- pom.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 491edaa9..569756e9 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ UTF-8 - 4.3.15.RELEASE + 4.3.17.BUILD-SNAPSHOT 1.6 multi spring-vault @@ -54,6 +54,16 @@ https://build.spring.io/browse/SPRINGVAULT-VAULT + + + spring-libs-snapshot + https://repo.spring.io/libs-snapshot + + true + + + + sgibb