This is an automated email from the ASF dual-hosted git repository.
FrankChen021 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 05c419c69c5 build(deps): bump com.rabbitmq:stream-client from 0.15.0
to 1.11.0 (#20191)
05c419c69c5 is described below
commit 05c419c69c5b596e96f93f18751a5f4ee53255d6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Aug 30 10:06:13 2026 +0800
build(deps): bump com.rabbitmq:stream-client from 0.15.0 to 1.11.0 (#20191)
* build(deps): bump com.rabbitmq:stream-client from 0.15.0 to 1.11.0
Bumps
[com.rabbitmq:stream-client](https://github.com/rabbitmq/rabbitmq-stream-java-client)
from 0.15.0 to 1.11.0.
- [Release
notes](https://github.com/rabbitmq/rabbitmq-stream-java-client/releases)
-
[Commits](https://github.com/rabbitmq/rabbitmq-stream-java-client/compare/v0.15.0...v1.11.0)
---
updated-dependencies:
- dependency-name: com.rabbitmq:stream-client
dependency-version: 1.11.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
* build: exclude shared zstd from RabbitMQ stream client
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Frank Chen <[email protected]>
---
extensions-contrib/rabbit-stream-indexing-service/pom.xml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/extensions-contrib/rabbit-stream-indexing-service/pom.xml
b/extensions-contrib/rabbit-stream-indexing-service/pom.xml
index 45d00582f5d..e6060493400 100644
--- a/extensions-contrib/rabbit-stream-indexing-service/pom.xml
+++ b/extensions-contrib/rabbit-stream-indexing-service/pom.xml
@@ -121,12 +121,16 @@
<dependency>
<groupId>com.rabbitmq</groupId>
<artifactId>stream-client</artifactId>
- <version>0.15.0</version>
+ <version>1.11.0</version>
<exclusions>
<exclusion>
<groupId>org.lz4</groupId>
<artifactId>lz4-java</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>com.github.luben</groupId>
+ <artifactId>zstd-jni</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]