From 250868ad849f206fbc79fd2ed8a9aa7048e08618 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 Jul 2023 19:53:54 +0200 Subject: [PATCH 1/9] 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/9] 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/9] 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/9] 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 c5a951dc9d6a68e9958d503db79e4e7c2680cf11 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 Jul 2023 19:56:56 +0200 Subject: [PATCH 5/9] Upgrade to Dependency Management Plugin 1.1.2 Closes gh-36435 --- 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 23e6bb4a761..d881440d913 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -223,7 +223,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 10720721bf07ead44ff1df945578d6bdf8bb18e4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 Jul 2023 19:57:01 +0200 Subject: [PATCH 6/9] Upgrade to Lettuce 6.2.5.RELEASE Closes gh-36436 --- 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 d881440d913..943ea71a6b6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -794,7 +794,7 @@ bom { ] } } - library("Lettuce", "6.2.4.RELEASE") { + library("Lettuce", "6.2.5.RELEASE") { group("io.lettuce") { modules = [ "lettuce-core" From 3b53c150845f55a501e430ff8ad42811ad7e5039 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 Jul 2023 19:57:01 +0200 Subject: [PATCH 7/9] Upgrade to Spring AMQP 3.0.6 Closes gh-36403 --- 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 943ea71a6b6..8e27c17d1a7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1365,7 +1365,7 @@ bom { ] } } - library("Spring AMQP", "3.0.6-SNAPSHOT") { + library("Spring AMQP", "3.0.6") { group("org.springframework.amqp") { imports = [ "spring-amqp-bom" From 5014861c968ce28dd2e20fc7b6ab4b0c1f6ef26d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 Jul 2023 19:57:01 +0200 Subject: [PATCH 8/9] Upgrade to Spring Kafka 3.0.9 Closes gh-36187 --- 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 8e27c17d1a7..e8c84f4eacf 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1422,7 +1422,7 @@ bom { ] } } - library("Spring Kafka", "3.0.9-SNAPSHOT") { + library("Spring Kafka", "3.0.9") { group("org.springframework.kafka") { modules = [ "spring-kafka", From 7913b22f6a8480f18d54559b40cb835cd40f66f6 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 Jul 2023 19:57:22 +0200 Subject: [PATCH 9/9] 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",