From a61e989358dc039b1bc0b4e28dd472001ab76fa8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 14:30:59 +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 3959283..85ef019 100644 --- a/pom.xml +++ b/pom.xml @@ -12,14 +12,14 @@ 1.9.25 1.8 2.0.25 - 2.7.18 + 3.4.1 org.springframework.boot spring-boot-starter-actuator - 2.7.18 + 3.4.1 javax.validation @@ -220,7 +220,7 @@ org.springframework.boot spring-boot-maven-plugin - 2.7.18 + 3.4.1 true ${start.class}