You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ta...@apache.org on 2023/04/12 10:25:35 UTC

[iotdb] branch rel/1.1 updated: bump ratis version to 2.5.0 (#9588)

This is an automated email from the ASF dual-hosted git repository.

tanxinyu pushed a commit to branch rel/1.1
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/rel/1.1 by this push:
     new a52d1e3578 bump ratis version to 2.5.0 (#9588)
a52d1e3578 is described below

commit a52d1e357862b2f9eb26d5503532d986ef302614
Author: William Song <48...@users.noreply.github.com>
AuthorDate: Wed Apr 12 18:25:28 2023 +0800

    bump ratis version to 2.5.0 (#9588)
---
 consensus/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/consensus/pom.xml b/consensus/pom.xml
index 9021bdbd83..89c7872547 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.2-ebba77d-SNAPSHOT</ratis.version>
+        <ratis.version>2.5.0</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>