From 11b0888ed31f37c0a249e3b2370c3dd76e28bd9d Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Mon, 12 Aug 2024 21:19:42 +0200 Subject: [PATCH] GH-2179 - Upgrade to Spring Framework 6.2 snapshots. --- pom.xml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index e7c7ed95..9e45c1bf 100644 --- a/pom.xml +++ b/pom.xml @@ -83,7 +83,7 @@ 1.18.32 2023.0.6 2.0.13 - 6.1.7 + 6.2.0-SNAPSHOT 3.0.0 1.9.24 1.8.1 @@ -96,7 +96,7 @@ spring-next 2023.0.7-SNAPSHOT - 6.1.8-SNAPSHOT + 6.2.0-SNAPSHOT @@ -862,4 +862,15 @@ HEAD + + + spring-snapshot + https://repo.spring.io/snapshot + + + spring-milestone + https://repo.spring.io/milestone + + +