This is an automated email from the ASF dual-hosted git repository. HTHou pushed a commit to branch rc/2.0.11 in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit f3610ce3b19994666b6757e18dbca16de711665c 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 4b0f44bbad3..4fb94d9606a 100644 --- a/pom.xml +++ b/pom.xml @@ -118,8 +118,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> @@ -339,16 +339,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>
