From 4d6ee8410dd4b1d4a672982bec968519fa196eb8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll <snicoll@pivotal.io> Date: Mon, 4 Jun 2018 10:49:45 +0200 Subject: [PATCH] Upgrade to Spring Boot 2.0.2.RELEASE --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0b8f9c2..9bf9844 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.0.0.RELEASE</version> + <version>2.0.2.RELEASE</version> </parent> <name>petclinic</name> -- GitLab