From 39b9a977aa0e33e9f21309e78753602f03eed821 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Fri, 25 Apr 2025 13:52:52 +0200 Subject: [PATCH] GH-1176 - Upgrade to Spring Boot 3.5 RC1. --- pom.xml | 2 +- spring-modulith-examples/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index e1742e10..36ec9d39 100644 --- a/pom.xml +++ b/pom.xml @@ -43,7 +43,7 @@ 2023.3.1 UTF-8 UTF-8 - 3.5.0-M3 + 3.5.0-RC1 6.2.6 1.17.6 3.1.0 diff --git a/spring-modulith-examples/pom.xml b/spring-modulith-examples/pom.xml index 3d48b9b5..cc13c357 100644 --- a/spring-modulith-examples/pom.xml +++ b/spring-modulith-examples/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 3.5.0-M3 + 3.5.0-RC1