This is an automated email from the ASF dual-hosted git repository.
haonan 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 7d6753a81c9 Bump ratis to 3.1.2-a862328-SNAPSHOT
7d6753a81c9 is described below
commit 7d6753a81c9c9787adcd508295b1e96e9ce8f174
Author: Potato <[email protected]>
AuthorDate: Tue Dec 17 18:21:02 2024 +0800
Bump ratis to 3.1.2-a862328-SNAPSHOT
Signed-off-by: OneSizeFitQuorum <[email protected]>
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index d64067c508d..ce2a1a89d0f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -129,14 +129,14 @@
<osgi.version>7.0.0</osgi.version>
<pax-jdbc-common.version>1.5.6</pax-jdbc-common.version>
<powermock.version>2.0.9</powermock.version>
- <ratis-thirdparty-misc.version>1.0.5</ratis-thirdparty-misc.version>
+
<ratis-thirdparty-misc.version>1.0.8-7c44349-SNAPSHOT</ratis-thirdparty-misc.version>
<!--
This is an unreleased version of a custom branch. The 8-character part
after the version number
This is an unreleased version of a custom branch. The 8-character part
after the version number
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.1.2-2fe59d3-SNAPSHOT</ratis.version>
+ <ratis.version>3.1.2-a862328-SNAPSHOT</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>