From 59d4383b2ea36efa9f381d6714a2019c41075108 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Fri, 21 Mar 2025 09:29:53 +0100 Subject: [PATCH] GH-1120 - Upgrade examples to Spring Boot 3.3.10. --- 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 27f8ede2..da2412d5 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.3.9 + 3.3.10