From 7034d1746affbb59613dd80a787103e7c9b301f2 Mon Sep 17 00:00:00 2001 From: Patrick Baumgartner Date: Sat, 25 May 2024 17:24:17 +0200 Subject: [PATCH] Upgrade to Spring Boot 3.3.0 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index b22644e..85b59f8 100644 --- a/pom.xml +++ b/pom.xml @@ -5,12 +5,12 @@ 4.0.0 org.springframework.samples spring-petclinic - 3.2.0-SNAPSHOT + 3.3.0-SNAPSHOT org.springframework.boot spring-boot-starter-parent - 3.2.5 + 3.3.0 petclinic