From 831ac340f093076a61cc5180915dff09646db569 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 10 Aug 2026 16:52:13 +0200 Subject: [PATCH 1/5] Start building against Spring Pulsar 2.0.7 snapshots See gh-51327 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index faa28277b44..1ad3462a5b6 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2540,7 +2540,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-ldap/releases/tag/{version}") } } - library("Spring Pulsar", "2.0.6") { + library("Spring Pulsar", "2.0.7-SNAPSHOT") { firstParty() group("org.springframework.pulsar") { bom("spring-pulsar-bom") From 90df8591bb09ca189b4ff9d1e75e2be97a81bcda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 10 Aug 2026 16:53:33 +0200 Subject: [PATCH 2/5] Start building against Spring Pulsar 2.0.7 snapshots See gh-51328 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index 6fb41cc3fe8..bc2f3362233 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2675,7 +2675,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-ldap/releases/tag/{version}") } } - library("Spring Pulsar", "2.0.6") { + library("Spring Pulsar", "2.0.7-SNAPSHOT") { firstParty() group("org.springframework.pulsar") { bom("spring-pulsar-bom") From 230afd26763a46c93aea1bed4daa1278e6e6dd4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 10 Aug 2026 16:54:48 +0200 Subject: [PATCH 3/5] Upgrade to ActiveMQ 6.2.9 Closes gh-51329 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index bc2f3362233..0d253752fe1 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -31,7 +31,7 @@ bom { ] } } - library("ActiveMQ", "6.2.8") { + library("ActiveMQ", "6.2.9") { group("org.apache.activemq") { modules = [ "activemq-console", From c9edd316230dbb4d6c7aafaf5c58ff903d28573b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 10 Aug 2026 16:54:53 +0200 Subject: [PATCH 4/5] Upgrade to HttpClient5 5.6.4 Closes gh-51330 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index 0d253752fe1..eb49d9b674d 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -721,7 +721,7 @@ bom { ] } } - library("HttpClient5", "5.6.3") { + library("HttpClient5", "5.6.4") { prohibit { contains "-alpha" contains "-beta" From 559a9819f077b21f2614e0ff06cf4d302658c404 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 10 Aug 2026 16:54:58 +0200 Subject: [PATCH 5/5] Upgrade to Protobuf Maven Plugin 5.1.8 Closes gh-51331 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index eb49d9b674d..bf22f188a77 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -1838,7 +1838,7 @@ bom { releaseNotes("https://github.com/oracle/oracle-r2dbc/releases/tag/{version}") } } - library("Protobuf Maven Plugin", "5.1.7") { + library("Protobuf Maven Plugin", "5.1.8") { group("io.github.ascopes") { plugins = [ "protobuf-maven-plugin"