From 5ed4635c68951fd9c0a5cf766aef9a79b5bfd8c0 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Fri, 19 Jan 2024 19:43:24 +0100 Subject: [PATCH] GH-457 - Upgrade to Spring Boot 3.3 M1. Also, Spring Framework 6.1.3. --- 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 83161442..d61468a1 100644 --- a/pom.xml +++ b/pom.xml @@ -40,8 +40,8 @@ 1.18.30 UTF-8 UTF-8 - 3.3.0-SNAPSHOT - 6.1.2 + 3.3.0-M1 + 6.1.3 3.1.0 diff --git a/spring-modulith-examples/pom.xml b/spring-modulith-examples/pom.xml index 95771e50..a7d28c68 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.1 + 3.3.0-M1 @@ -26,7 +26,7 @@ 17 2023.1.1 - 3.3.0-SNAPSHOT + 3.3.0-M1