From 2649d0d3bd532f0e5580a8916526ab127224bbc6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 20 Mar 2024 17:17:18 +0000 Subject: [PATCH 1/4] Upgrade to Spring Authorization Server 1.1.6 Closes gh-39914 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index b1f7cc68e09..8675a1d0a98 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1390,7 +1390,7 @@ bom { ] } } - library("Spring Authorization Server", "1.1.6-SNAPSHOT") { + library("Spring Authorization Server", "1.1.6") { considerSnapshots() group("org.springframework.security") { modules = [ From 73c3f3170a437444f2c10fd8b7e0a1290285050f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 20 Mar 2024 17:17:19 +0000 Subject: [PATCH 2/4] Upgrade to Spring Integration 6.1.7 Closes gh-39875 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 8675a1d0a98..9b8378f40ee 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1441,7 +1441,7 @@ bom { ] } } - library("Spring Integration", "6.1.7-SNAPSHOT") { + library("Spring Integration", "6.1.7") { considerSnapshots() group("org.springframework.integration") { imports = [ From dedb2c52a316413179d67be01e69760afd645d95 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 20 Mar 2024 17:20:15 +0000 Subject: [PATCH 3/4] Upgrade to Spring Authorization Server 1.2.3 Closes gh-39915 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 71ca53b41b9..4fe6e299e10 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1503,7 +1503,7 @@ bom { ] } } - library("Spring Authorization Server", "1.2.3-SNAPSHOT") { + library("Spring Authorization Server", "1.2.3") { considerSnapshots() group("org.springframework.security") { modules = [ From 06058b1d344eda5f769edaf93f5aeaaed525c77f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 20 Mar 2024 17:20:16 +0000 Subject: [PATCH 4/4] Upgrade to Spring Integration 6.2.3 Closes gh-39884 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 4fe6e299e10..30949997f5c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1554,7 +1554,7 @@ bom { ] } } - library("Spring Integration", "6.2.3-SNAPSHOT") { + library("Spring Integration", "6.2.3") { considerSnapshots() group("org.springframework.integration") { imports = [