From 2649d0d3bd532f0e5580a8916526ab127224bbc6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 20 Mar 2024 17:17:18 +0000 Subject: [PATCH 1/2] 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 b1f7cc68e093..8675a1d0a98b 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/2] 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 8675a1d0a98b..9b8378f40eec 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 = [