This is an automated email from the ASF dual-hosted git repository. RongtongJin pushed a commit to branch codex/dledger-0.3.3.4-bump in repository https://gitbox.apache.org/repos/asf/rocketmq.git
commit 359fb92a6c636cc57215e3e821a88e7076aa087c Author: 通融 <[email protected]> AuthorDate: Tue Aug 18 15:31:43 2026 +0800 chore: bump DLedger to 0.3.3.4 (maintenance line) Update the DLedger dependency from 0.3.2 to 0.3.3.4, the latest release on the 0.3.x maintenance line published on Maven Central. The 0.3.3.4 release is API-compatible with 0.3.2 and only carries dependency hygiene fixes (aligning fastjson2 and excluding fastjson1 from its rocketmq-remoting transitive path). Also update the Bazel WORKSPACE artifact coordinate to keep the two build systems in sync. --- WORKSPACE | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 0e95cd42e8..5f361d0d59 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -54,7 +54,7 @@ maven_install( "commons-validator:commons-validator:1.10.0", "org.apache.commons:commons-lang3:3.20.0", "org.hamcrest:hamcrest-core:1.3", - "io.openmessaging.storage:dledger:0.3.2", + "io.openmessaging.storage:dledger:0.3.3.4", "net.java.dev.jna:jna:4.2.2", "ch.qos.logback:logback-classic:1.2.10", "ch.qos.logback:logback-core:1.2.10", diff --git a/pom.xml b/pom.xml index 645ad51225..78e462573d 100644 --- a/pom.xml +++ b/pom.xml @@ -123,7 +123,7 @@ <lz4-java.version>1.10.3</lz4-java.version> <opentracing.version>0.33.0</opentracing.version> <jaeger.version>1.8.1</jaeger.version> - <dleger.version>0.3.2</dleger.version> + <dleger.version>0.3.3.4</dleger.version> <annotations-api.version>6.0.53</annotations-api.version> <extra-enforcer-rules.version>1.0-beta-4</extra-enforcer-rules.version> <concurrentlinkedhashmap-lru.version>1.4.2</concurrentlinkedhashmap-lru.version>
