From 03b148a574c194f6f6ef7abed4aee2c699a36d8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 23:26:31 +0000 Subject: [PATCH] Update spring boot to v3 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index d394356..fb1ad0c 100644 --- a/pom.xml +++ b/pom.xml @@ -12,14 +12,14 @@ 1.9.25 1.8 2.0.13 - 2.7.18 + 3.3.3 org.springframework.boot spring-boot-starter-actuator - 2.7.18 + 3.3.3 javax.validation @@ -220,7 +220,7 @@ org.springframework.boot spring-boot-maven-plugin - 2.7.18 + 3.3.3 true ${start.class}