From ab9135ad9bbc8631221caf0a7ee3eadd0561311d Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Tue, 24 Nov 2020 10:44:41 +0000 Subject: [PATCH] Upgrade to Spring Boot 2.4.0 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 16c314d13..ae20ee24a 100644 --- a/pom.xml +++ b/pom.xml @@ -5,12 +5,12 @@ 4.0.0 org.springframework.samples spring-petclinic - 2.3.0.BUILD-SNAPSHOT + 2.4.0.BUILD-SNAPSHOT org.springframework.boot spring-boot-starter-parent - 2.3.5.RELEASE + 2.4.0 petclinic