From 5d102f91578f8bd7c7821ba82e66666a5bb25c43 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Fri, 12 Dec 2014 08:32:41 +0100 Subject: [PATCH] #32 - Upgraded to Spring Boot 1.2.0.RELEASE. --- pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index b790078c..d07e5840 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ org.springframework.boot spring-boot-starter-parent - 1.1.9.RELEASE + 1.2.0.RELEASE @@ -31,7 +31,6 @@ 1.1.2 1.8 3.6.0 - 4.1.2.RELEASE Fowler-M1