From a136ff920b5fa6f37ec0245815bfef4582ac7d59 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Wed, 30 Apr 2025 09:57:27 +0200 Subject: [PATCH] GH-1191 - Upgrade to Spring Boot 4.0 snapshots. --- 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 ea745696..20d6b09a 100644 --- a/pom.xml +++ b/pom.xml @@ -43,7 +43,7 @@ 2023.3.1 UTF-8 UTF-8 - 3.5.0 + 4.0.0-SNAPSHOT 7.0.0-M5 1.17.6 3.1.0 diff --git a/spring-modulith-examples/pom.xml b/spring-modulith-examples/pom.xml index d178c15b..86676990 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 + 4.0.0-SNAPSHOT