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/05/08 11:10:32 UTC

[iotdb] branch rel/1.1 updated: update ratis version to 2.5.1 (#9786)

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 e2d7638b1d update ratis version to 2.5.1 (#9786)
e2d7638b1d is described below

commit e2d7638b1dade0c6b8aa5f3bea7d3a7ceedfbbb3
Author: William Song <48...@users.noreply.github.com>
AuthorDate: Mon May 8 19:10:27 2023 +0800

    update ratis version to 2.5.1 (#9786)
---
 consensus/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/consensus/pom.xml b/consensus/pom.xml
index 89c7872547..c4324d72af 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.5.0</ratis.version>
+        <ratis.version>2.5.1</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>