From 7c18d3f517a7f59c7fd3e42e2e17c7b258f8d90e Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Thu, 21 Sep 2023 13:11:33 +0200 Subject: [PATCH] GH-269 - Upgrade to Spring Boot 3.2 M3 and Spring Framework 6.0.12. --- pom.xml | 4 ++-- spring-modulith-examples/pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 56ebebd7..18dad691 100644 --- a/pom.xml +++ b/pom.xml @@ -40,8 +40,8 @@ 1.18.30 UTF-8 UTF-8 - 6.0.11 - 3.2.0-M2 + 6.0.12 + 3.2.0-M3 diff --git a/spring-modulith-examples/pom.xml b/spring-modulith-examples/pom.xml index bbc693f7..9fa11c8a 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-M2 + 3.2.0-M3 @@ -25,7 +25,7 @@ 17 - 3.2.0-M2 + 3.2.0-M3