From 7093b767e7d9a76c4f91ec98e95a9b1ea8a5e14d Mon Sep 17 00:00:00 2001 From: romaingimbert Date: Fri, 1 Feb 2019 15:05:15 +0100 Subject: Update to Spring Boot 2 -update pom dependencies -fix code -fix test Change-Id: I23c3c702c598ce46e5b861a2fbdfd06f2d439c51 Issue-ID: EXTAPI-192 Signed-off-by: romaingimbert --- pom.xml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index a778cf7..727307a 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ org.springframework.boot spring-boot-starter-parent - 1.5.12.RELEASE + 2.1.2.RELEASE @@ -117,7 +117,7 @@ com.fasterxml.jackson.core jackson-databind - 2.8.11.2 + 2.9.4 @@ -146,7 +146,13 @@ org.springframework.data spring-data-commons - 1.13.14.RELEASE + 2.1.4.RELEASE + + + + org.springframework.boot + spring-boot-starter-tomcat + provided -- cgit 1.2.3-korg