This is an automated email from the ASF dual-hosted git repository.
tanxinyu pushed a commit to branch rel/1.0
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/rel/1.0 by this push:
new 62762aeeec [IOTDB-5505] Bump Ratis version to latest
2.4.2-snapshotSnapshot (#9047)
62762aeeec is described below
commit 62762aeeecc3b009e2a78da5a4db8521656cf398
Author: William Song <[email protected]>
AuthorDate: Mon Feb 13 11:07:07 2023 +0800
[IOTDB-5505] Bump Ratis version to latest 2.4.2-snapshotSnapshot (#9047)
---
consensus/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/consensus/pom.xml b/consensus/pom.xml
index 7a39c31627..f5259db5d0 100644
--- a/consensus/pom.xml
+++ b/consensus/pom.xml
@@ -32,7 +32,7 @@
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
- <ratis.version>2.4.1</ratis.version>
+ <ratis.version>2.4.2-ebba77d-SNAPSHOT</ratis.version>
<consensus.test.skip>false</consensus.test.skip>
<consensus.it.skip>${consensus.test.skip}</consensus.it.skip>
<consensus.ut.skip>${consensus.test.skip}</consensus.ut.skip>