You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by yu...@apache.org on 2022/04/06 01:17:08 UTC

[rocketmq] branch develop updated: [ISSUE #4110] Update dledger version to 0.2.4 (#4111)

This is an automated email from the ASF dual-hosted git repository.

yuzhou pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git


The following commit(s) were added to refs/heads/develop by this push:
     new e7c87fa1c [ISSUE #4110] Update dledger version to 0.2.4 (#4111)
e7c87fa1c is described below

commit e7c87fa1cee96b48993fae0eb2de3974106e9e92
Author: rongtong <ji...@163.com>
AuthorDate: Wed Apr 6 09:16:45 2022 +0800

    [ISSUE #4110] Update dledger version to 0.2.4 (#4111)
---
 store/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/store/pom.xml b/store/pom.xml
index c583057fd..888403170 100644
--- a/store/pom.xml
+++ b/store/pom.xml
@@ -31,7 +31,7 @@
         <dependency>
             <groupId>io.openmessaging.storage</groupId>
             <artifactId>dledger</artifactId>
-            <version>0.2.3</version>
+            <version>0.2.4</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.apache.rocketmq</groupId>