From 61e5a2f0fce12c6c8499ee75c2cff1c520495fc5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 17:45:15 +0000 Subject: [PATCH] Update spring boot to v3.4.1 --- pom.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 7cbd7543..ba24ca38 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.3.5 + 3.4.1 ch.puzzle @@ -33,17 +33,17 @@ org.springframework.boot spring-boot-starter-security - 3.3.5 + 3.4.1 org.springframework.boot spring-boot-starter-thymeleaf - 3.3.5 + 3.4.1 org.springframework.boot spring-boot-starter-web - 3.3.5 + 3.4.1 org.thymeleaf.extras @@ -63,7 +63,7 @@ org.springframework.boot spring-boot-starter-validation - 3.3.5 + 3.4.1 nz.net.ultraq.thymeleaf @@ -74,7 +74,7 @@ org.springframework.boot spring-boot-starter-test - 3.3.5 + 3.4.1 test @@ -110,7 +110,7 @@ org.springframework.boot spring-boot-devtools - 3.3.5 + 3.4.1 true @@ -144,7 +144,7 @@ org.springframework.boot spring-boot-maven-plugin - 3.3.5 + 3.4.1 -Xdebug -Xrunjdwp:server=y,transport=dt_socket,suspend=n,address=*:5005