From 87f80ff750578cd17964df481e9be326b310c0f5 Mon Sep 17 00:00:00 2001 From: Christoph Strobl Date: Wed, 23 Oct 2024 13:48:18 +0200 Subject: [PATCH] Upgrade to Spring Boot 3.4.0. Closes: #689 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 685ea294..7fb21474 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ org.springframework.boot spring-boot-starter-parent - 3.3.2 + 3.4.0 @@ -44,14 +44,14 @@ spring-data-next-releasetrain - 2024.0.0-SNAPSHOT + 2025.0.0-SNAPSHOT spring-data-next - 2023.1.2-SNAPSHOT + 2024.1.1-SNAPSHOT