From 4043b2edeeebdf92ce7c305e31dd18c52b7812ab Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Fri, 8 Dec 2023 22:12:17 +0100 Subject: [PATCH] GH-410 - Upgrade to Spring Framework 6.1.2 snapshots. --- pom.xml | 8 ++++++++ spring-modulith-examples/pom.xml | 1 + 2 files changed, 9 insertions(+) diff --git a/pom.xml b/pom.xml index bd9c00d4..d6b9a28e 100644 --- a/pom.xml +++ b/pom.xml @@ -41,6 +41,7 @@ UTF-8 UTF-8 6.1.0 + 6.1.2-SNAPSHOT 3.2.0 3.0.2 @@ -394,6 +395,13 @@ limitations under the License. + + org.springframework + spring-framework-bom + ${spring-framework.version} + pom + import + org.springframework.boot spring-boot-dependencies diff --git a/spring-modulith-examples/pom.xml b/spring-modulith-examples/pom.xml index 4d9ed118..37f29275 100644 --- a/spring-modulith-examples/pom.xml +++ b/spring-modulith-examples/pom.xml @@ -25,6 +25,7 @@ 17 + 6.1.2-SNAPSHOT 3.2.0-RC2