From 4e18da99a341ec0ad6e0aee760d5a48931b1e9c1 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 21 Sep 2022 08:18:15 +0200 Subject: [PATCH 1/4] Upgrade to Spring Integration 5.5.15 Closes gh-32452 --- 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 720e9ac3ee7..9e73826a0a8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1722,7 +1722,7 @@ bom { ] } } - library("Spring Integration", "5.5.14") { + library("Spring Integration", "5.5.15") { group("org.springframework.integration") { imports = [ "spring-integration-bom" From b3db0768c0a9249a0fee1fcc5d83b534844f1bd4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Sep 2022 15:52:32 +0200 Subject: [PATCH 2/4] Upgrade to Spring GraphQL 1.0.2 Closes gh-32426 --- 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 969b0c7315f..9c1e5386495 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1694,7 +1694,7 @@ bom { ] } } - library("Spring GraphQL", "1.0.2-SNAPSHOT") { + library("Spring GraphQL", "1.0.2") { group("org.springframework.graphql") { modules = [ "spring-graphql", From d5debb1d3d13f12220a2b1f52f4a0aed9ce109fa Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 21 Sep 2022 08:22:25 +0200 Subject: [PATCH 3/4] Upgrade to Spring Integration 5.5.15 Closes gh-32453 --- 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 9c1e5386495..badd2127329 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1712,7 +1712,7 @@ bom { ] } } - library("Spring Integration", "5.5.14") { + library("Spring Integration", "5.5.15") { prohibit("[6.0.0-M1,)") { because "it uses Spring Framework 6" } From 8bca178b83fa0868bc0729e5c68a0e92034d9cc4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 21 Sep 2022 08:24:27 +0200 Subject: [PATCH 4/4] Upgrade to Byte Buddy 1.12.17 Closes gh-32454 --- 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 badd2127329..032a76dad3e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -152,7 +152,7 @@ bom { ] } } - library("Byte Buddy", "1.12.16") { + library("Byte Buddy", "1.12.17") { group("net.bytebuddy") { modules = [ "byte-buddy",