This is an automated email from the ASF dual-hosted git repository.
jiangtian pushed a commit to branch dev/1.3
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/dev/1.3 by this push:
new 1d267aaf7fd Bump ratis version to 3.2.1 (#16800)
1d267aaf7fd is described below
commit 1d267aaf7fd6a07ce77a4db53b4a120185c5028f
Author: Jiang Tian <[email protected]>
AuthorDate: Tue Nov 25 18:15:45 2025 +0800
Bump ratis version to 3.2.1 (#16800)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index fb06038a90c..eba11d328e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -144,7 +144,7 @@
is for ensuring the SNAPSHOT will stay available. We should however have
the Ratis folks do a
new release soon, as releasing with this version is more than sub-ideal.
-->
- <ratis.version>3.2.0-3247c7f-SNAPSHOT</ratis.version>
+ <ratis.version>3.2.1</ratis.version>
<reactive-streams.version>1.0.4</reactive-streams.version>
<reactor-netty.version>1.1.20</reactor-netty.version>
<reactor.version>3.5.18</reactor.version>