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 938e201 [ISSUE #3733] Upgrade dledger version to 0.2.3 (#3734)
938e201 is described below
commit 938e201d1a9cded4fb5deb6bd1330f7a6c425f20
Author: rongtong <[email protected]>
AuthorDate: Sat Jan 8 20:11:33 2022 +0800
[ISSUE #3733] Upgrade dledger version to 0.2.3 (#3734)
---
store/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/store/pom.xml b/store/pom.xml
index a37c986..46aee03 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.2</version>
+ <version>0.2.3</version>
<exclusions>
<exclusion>
<groupId>org.apache.rocketmq</groupId>