This is an automated email from the ASF dual-hosted git repository.
HTHou 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 0ea96b543ea Bump ratis to 3.3.0 (#18320)
0ea96b543ea is described below
commit 0ea96b543eaf39f548525a51ff858ea9f213bc11
Author: Haonan <[email protected]>
AuthorDate: Thu Aug 13 10:49:26 2026 +0800
Bump ratis to 3.3.0 (#18320)
---
pom.xml | 14 ++------------
1 file changed, 2 insertions(+), 12 deletions(-)
diff --git a/pom.xml b/pom.xml
index b4ab0ad3133..331a4524613 100644
--- a/pom.xml
+++ b/pom.xml
@@ -119,8 +119,8 @@
<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.11</ratis-thirdparty-misc.version>
- <ratis.version>3.3.0-adac7ef-SNAPSHOT</ratis.version>
+ <ratis-thirdparty-misc.version>1.1.0</ratis-thirdparty-misc.version>
+ <ratis.version>3.3.0</ratis.version>
<reactive-streams.version>1.0.4</reactive-streams.version>
<reactor-netty.version>1.2.9</reactor-netty.version>
<reactor.version>3.7.9</reactor.version>
@@ -340,16 +340,6 @@
<groupId>org.apache.ratis</groupId>
<artifactId>ratis-common</artifactId>
<version>${ratis.version}</version>
- <exclusions>
- <exclusion>
- <groupId>io.opentelemetry</groupId>
- <artifactId>opentelemetry-api</artifactId>
- </exclusion>
- <exclusion>
- <groupId>io.opentelemetry</groupId>
- <artifactId>opentelemetry-context</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>org.apache.ratis</groupId>