From 133ad57be31c4952c5516b84b9bad62fe48f7e36 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Fri, 24 Jan 2025 11:00:18 +0100 Subject: [PATCH] GH-1037 - Upgrade examples to Spring Boot 3.5 M1. --- spring-modulith-examples/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-modulith-examples/pom.xml b/spring-modulith-examples/pom.xml index adbbd5a9..c1703360 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.4.0-RC1 + 3.5.0-M1