From 4f52bc97a191cf9c4ef3b5b01fe2f26b2b4a974b Mon Sep 17 00:00:00 2001 From: Marten Deinum Date: Wed, 22 Nov 2017 08:48:31 +0100 Subject: [PATCH] Upgrade to Spring Boot 1.5.8 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ba45da98..eb3a6714 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ org.springframework.boot spring-boot-starter-parent - 1.5.7.RELEASE + 1.5.8.RELEASE This application shows a few key concepts of Domain Driven Design implemented in Enterprise Java.