From c34c19262a9d17434c1341c7a21468993329f1f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 17:11:57 +0200 Subject: [PATCH] Update spring boot to v3.3.4 (#356) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Backend/pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Backend/pom.xml b/Backend/pom.xml index 9368231e..2f0e66cf 100644 --- a/Backend/pom.xml +++ b/Backend/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 3.3.3 + 3.3.4 @@ -44,22 +44,22 @@ org.springframework.boot spring-boot-starter-webflux - 3.3.3 + 3.3.4 org.springframework.boot spring-boot-starter-web - 3.3.3 + 3.3.4 org.springframework.boot spring-boot-starter-data-jpa - 3.3.3 + 3.3.4 org.springframework.boot spring-boot-starter-test - 3.3.3 + 3.3.4 test