From bb371b8de488cad35e1cccb813bfb52e788f86b7 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Sat, 13 Jun 2015 19:15:53 +0200 Subject: [PATCH] #99 - Upgraded to Spring Boot 1.3 M1. Upgraded REST headers sample to Spring 4.2 snapshots to benefit from fix for SPR-13090. --- pom.xml | 2 +- rest/headers/pom.xml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 265275b7..766c4760 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ org.springframework.boot spring-boot-starter-parent - 1.2.4.RELEASE + 1.3.0.M1 diff --git a/rest/headers/pom.xml b/rest/headers/pom.xml index 3da26f99..b24f93bd 100644 --- a/rest/headers/pom.xml +++ b/rest/headers/pom.xml @@ -12,6 +12,10 @@ 1.0.0.BUILD-SNAPSHOT + + 4.2.0.BUILD-SNAPSHOT + +