From 343d731a4e5b1550073b04e740e4bfc48ee128e0 Mon Sep 17 00:00:00 2001 From: "Greg L. Turnquist" Date: Wed, 9 Aug 2023 09:36:52 -0500 Subject: [PATCH] Move Spring Framework / Spring Security versions into project properties. Related: #1369. --- pom.xml | 29 ++++++++++++++++++++++------- 1 file changed, 22 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index e3018f1b..ca3507aa 100644 --- a/pom.xml +++ b/pom.xml @@ -114,9 +114,24 @@ 2.0.1 2.0.6 4.3.5 + + 6.0.11 - 2.0.1 6.0.5 + + + 6.0.12-SNAPSHOT + 6.0.6-SNAPSHOT + + + 6.1.0-M3 + 6.2.0-M1 + + + 6.1.0-SNAPSHOT + 6.2.0-SNAPSHOT + + 2.0.1 2.0.1 2.0.1 6.5.1 @@ -295,22 +310,22 @@ spring-buildsnapshot - 6.0.12-SNAPSHOT - 6.0.6-SNAPSHOT + ${spring-snapshot.version} + ${spring-security-snapshot.version} spring-next-gen - 6.1.0-M3 - 6.2.0-M1 + ${spring-next-gen.version} + ${spring-security-next-gen.version} spring-next-gen-snapshot - 6.1.0-SNAPSHOT - 6.2.0-SNAPSHOT + ${spring-next-gen-snapshot.version} + ${spring-security-next-gen-snapshot.version}