From d9f37ece5c865ded91b6582828142ccc33e9d54f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 2 May 2020 07:51:21 +0200 Subject: [PATCH] Upgrade to Spring Boot 2.3.0.RC1 --- pom.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index becd05b79..2c4ddf801 100644 --- a/pom.xml +++ b/pom.xml @@ -5,12 +5,12 @@ 4.0.0 org.springframework.samples spring-petclinic - 2.2.0.BUILD-SNAPSHOT + 2.3.0.BUILD-SNAPSHOT org.springframework.boot spring-boot-starter-parent - 2.2.5.RELEASE + 2.3.0.RC1 petclinic @@ -50,6 +50,10 @@ org.springframework.boot spring-boot-starter-web + + org.springframework.boot + spring-boot-starter-validation + org.springframework.boot spring-boot-starter-thymeleaf