From 57a65bc0dde02dd9568a46152fe38a9edffb402d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Aug 2023 09:37:17 +0200 Subject: [PATCH 1/2] Upgrade to Spring Integration 6.0.7 Closes gh-37061 --- 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 283643546d..b13d572c99 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1381,7 +1381,7 @@ bom { ] } } - library("Spring Integration", "6.0.7-SNAPSHOT") { + library("Spring Integration", "6.0.7") { group("org.springframework.integration") { imports = [ "spring-integration-bom" From 50d19fbd12778371b7e455562e2580ced22e3a14 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Aug 2023 09:37:58 +0200 Subject: [PATCH 2/2] Upgrade to Spring Authorization Server 1.1.2 Closes gh-36843 --- 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 942adcdf13..af45bcc845 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1376,7 +1376,7 @@ bom { ] } } - library("Spring Authorization Server", "1.1.2-SNAPSHOT") { + library("Spring Authorization Server", "1.1.2") { group("org.springframework.security") { modules = [ "spring-security-oauth2-authorization-server"