This is an automated email from the ASF dual-hosted git repository.
tanxinyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new ab8130a74e [IOTDB-5505] Bump Ratis version to latest 2.4.2-snapshot
(#9027)
ab8130a74e is described below
commit ab8130a74e4dd9f82efcb17b8cae0d13df83b74d
Author: William Song <[email protected]>
AuthorDate: Mon Feb 13 11:06:37 2023 +0800
[IOTDB-5505] Bump Ratis version to latest 2.4.2-snapshot (#9027)
---
consensus/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/consensus/pom.xml b/consensus/pom.xml
index 567659fc25..58019df452 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>