From e009581a41ca490b8c9d9d8c17bca96e4143dcf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 17 Sep 2024 09:13:02 +0200 Subject: [PATCH 1/4] Upgrade to Spring Kafka 3.1.9 Closes gh-42127 --- 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 f1717bb1cca..76cbc6b7e16 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1626,7 +1626,7 @@ bom { ] } } - library("Spring Kafka", "3.1.9-SNAPSHOT") { + library("Spring Kafka", "3.1.9") { considerSnapshots() group("org.springframework.kafka") { modules = [ From de5f7ad31875ff15a0dd64a9dc8e18e1d8607d7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 17 Sep 2024 09:13:03 +0200 Subject: [PATCH 2/4] Upgrade to Spring Pulsar 1.0.10 Closes gh-42128 --- 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 76cbc6b7e16..8fcbf5c55be 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1646,7 +1646,7 @@ bom { ] } } - library("Spring Pulsar", "1.0.10-SNAPSHOT") { + library("Spring Pulsar", "1.0.10") { considerSnapshots() group("org.springframework.pulsar") { imports = [ From fc5b80ac64d1f164050d8e70057cdbd955a71d1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 17 Sep 2024 09:13:10 +0200 Subject: [PATCH 3/4] Upgrade to Spring Kafka 3.2.4 Closes gh-42135 --- 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 8b7969c81ba..5b5ff3c7b1f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2037,7 +2037,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-integration/releases/tag/v{version}") } } - library("Spring Kafka", "3.2.4-SNAPSHOT") { + library("Spring Kafka", "3.2.4") { considerSnapshots() group("org.springframework.kafka") { modules = [ From 36b43f681cda5fba04d2d443339cf8da52c9a51d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 17 Sep 2024 09:13:10 +0200 Subject: [PATCH 4/4] Upgrade to Spring Pulsar 1.1.4 Closes gh-42136 --- 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 5b5ff3c7b1f..9b20597a28a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2075,7 +2075,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-ldap/releases/tag/{version}") } } - library("Spring Pulsar", "1.1.4-SNAPSHOT") { + library("Spring Pulsar", "1.1.4") { considerSnapshots() group("org.springframework.pulsar") { imports = [