From f8c9fe428b864e71082d61013b909f53195aa6cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 23 Oct 2024 08:03:23 +0200 Subject: [PATCH 1/3] Upgrade to Spring Authorization Server 1.2.7 Closes gh-42534 --- 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 144c2ef8a40..355b6275a60 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1566,7 +1566,7 @@ bom { ] } } - library("Spring Authorization Server", "1.2.7-SNAPSHOT") { + library("Spring Authorization Server", "1.2.7") { considerSnapshots() group("org.springframework.security") { modules = [ From 78d0e48b7bdbebd98f697ed353497ae36d375453 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 23 Oct 2024 08:03:24 +0200 Subject: [PATCH 2/3] Upgrade to Spring GraphQL 1.2.9 Closes gh-42740 --- 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 355b6275a60..9d452ea40d7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1600,7 +1600,7 @@ bom { ] } } - library("Spring GraphQL", "1.2.9-SNAPSHOT") { + library("Spring GraphQL", "1.2.9") { considerSnapshots() group("org.springframework.graphql") { modules = [ From 38d534807af316994fbb7655e7b7e6fc3af2111d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 23 Oct 2024 08:03:24 +0200 Subject: [PATCH 3/3] Upgrade to Spring Integration 6.2.10 Closes gh-42537 --- 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 9d452ea40d7..d460dcd0ee5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1617,7 +1617,7 @@ bom { ] } } - library("Spring Integration", "6.2.10-SNAPSHOT") { + library("Spring Integration", "6.2.10") { considerSnapshots() group("org.springframework.integration") { imports = [