From 62d099f94cb19ce824a4ce8e3f4a608e6c91de96 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Thu, 16 Nov 2023 10:42:43 +0100 Subject: [PATCH] #2053 - Upgrade to Spring Framework 6.1 snapshots. --- pom.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 615c90be..6c9bf867 100644 --- a/pom.xml +++ b/pom.xml @@ -83,7 +83,7 @@ 1.18.30 2023.0.0 2.0.9 - 6.1.0-RC1 + 6.1.0-SNAPSHOT 3.0.0 1.9.20 1.7.3 @@ -874,9 +874,19 @@ + + spring-snapshot + https://repo.spring.io/snapshot + + false + + spring-milestone https://repo.spring.io/milestone + + false +