From d79ade0a37533d93ed14e744af6c2975209474b7 Mon Sep 17 00:00:00 2001 From: Rohan Sankhe Date: Fri, 20 Oct 2023 17:33:01 -0400 Subject: [PATCH] GH-329 - Upgrade examples to Spring Boot 3.2 RC1, too. --- spring-modulith-examples/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-modulith-examples/pom.xml b/spring-modulith-examples/pom.xml index 9fa11c8ae..a75df8c51 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.2.0-M3 + 3.2.0-RC1 @@ -25,7 +25,7 @@ 17 - 3.2.0-M3 + 3.2.0-RC1