From 250868ad849f206fbc79fd2ed8a9aa7048e08618 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 Jul 2023 19:53:54 +0200 Subject: [PATCH 1/5] Upgrade to Spring AMQP 2.4.14 Closes gh-36399 --- 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 ce1fdbf6328..69845ffd633 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1714,7 +1714,7 @@ bom { ] } } - library("Spring AMQP", "2.4.14-SNAPSHOT") { + library("Spring AMQP", "2.4.14") { prohibit { versionRange "[3.0.0-M1,)" because "it uses Spring Framework 6" From 0f396c91f4438719d5aa63b747132735e9601279 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 Jul 2023 19:55:48 +0200 Subject: [PATCH 2/5] Upgrade to Dependency Management Plugin 1.1.2 Closes gh-36433 --- 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 5adb0f82080..efb0aa492ad 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -187,7 +187,7 @@ bom { ] } } - library("Dependency Management Plugin", "1.1.1") { + library("Dependency Management Plugin", "1.1.2") { group("io.spring.gradle") { modules = [ "dependency-management-plugin" From bf5cdbf3f3559a38058f91f6c7be1f42b17b0cdc Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 Jul 2023 19:55:53 +0200 Subject: [PATCH 3/5] Upgrade to Lettuce 6.2.5.RELEASE Closes gh-36434 --- 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 efb0aa492ad..e3b2b167562 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -772,7 +772,7 @@ bom { ] } } - library("Lettuce", "6.2.4.RELEASE") { + library("Lettuce", "6.2.5.RELEASE") { group("io.lettuce") { modules = [ "lettuce-core" From a838cab65c2641808131ee43f3a35723b76ba182 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 Jul 2023 19:55:53 +0200 Subject: [PATCH 4/5] Upgrade to Spring AMQP 3.0.6 Closes gh-36401 --- 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 e3b2b167562..1c5eaae3909 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1334,7 +1334,7 @@ bom { ] } } - library("Spring AMQP", "3.0.6-SNAPSHOT") { + library("Spring AMQP", "3.0.6") { group("org.springframework.amqp") { imports = [ "spring-amqp-bom" From 7913b22f6a8480f18d54559b40cb835cd40f66f6 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 Jul 2023 19:57:22 +0200 Subject: [PATCH 5/5] Upgrade to Spring Kafka 3.0.9 Closes gh-36182 --- 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 1c5eaae3909..935336e69e2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1384,7 +1384,7 @@ bom { ] } } - library("Spring Kafka", "3.0.9-SNAPSHOT") { + library("Spring Kafka", "3.0.9") { group("org.springframework.kafka") { modules = [ "spring-kafka",