From 52f61bb1f3baebd9f2ff991b2b4d3a3cd202de9f Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Thu, 24 Aug 2023 12:04:18 -0700 Subject: [PATCH] GH-269 - Upgrade to Spring Boot 3.2 M2. --- pom.xml | 2 +- spring-modulith-examples/pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 92c9d533..9f16505e 100644 --- a/pom.xml +++ b/pom.xml @@ -42,7 +42,7 @@ UTF-8 6.0.11 0.0.7 - 3.2.0-SNAPSHOT + 3.2.0-M2 diff --git a/spring-modulith-examples/pom.xml b/spring-modulith-examples/pom.xml index f9439249..b438a3d9 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.1.2 + 3.2.0-M2 @@ -23,7 +23,7 @@ 17 - 3.1.2 + 3.2.0-M2