This is an automated email from the ASF dual-hosted git repository.
tanxinyu pushed a commit to branch rel/1.2
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/rel/1.2 by this push:
new a5782688940 [To rel/1.2] Bump Ratis version to 2.5.2-8d897ea-SNAPSHOT
(#10596)
a5782688940 is described below
commit a5782688940befc2f6f0bb5cc0c8e95f76439e4d
Author: William Song <[email protected]>
AuthorDate: Wed Jul 19 00:09:54 2023 +0800
[To rel/1.2] Bump Ratis version to 2.5.2-8d897ea-SNAPSHOT (#10596)
---
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 533e6947ec0..58d252f5a7b 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>