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 7b652c778c2 Bump Ratis version to 2.5.2-8d897ea-SNAPSHOT (#10574)
7b652c778c2 is described below
commit 7b652c778c23e5d2d638d53ed67c4d06eacfc927
Author: William Song <[email protected]>
AuthorDate: Wed Jul 19 00:10:21 2023 +0800
Bump Ratis version to 2.5.2-8d897ea-SNAPSHOT (#10574)
---
iotdb-core/consensus/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/iotdb-core/consensus/pom.xml b/iotdb-core/consensus/pom.xml
index 1c54781f3ca..1c1b23adbd0 100644
--- a/iotdb-core/consensus/pom.xml
+++ b/iotdb-core/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.5.2-7451d86-SNAPSHOT</ratis.version>
+ <ratis.version>2.5.2-8d897ea-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>