This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch rc/2.0.6
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/rc/2.0.6 by this push:
new f024df1bcdf fix netty version error
f024df1bcdf is described below
commit f024df1bcdf1003135cf070dcf2f9d25e04ad1b4
Author: HTHou <[email protected]>
AuthorDate: Fri Dec 19 17:24:07 2025 +0800
fix netty version error
---
iotdb-core/metrics/interface/pom.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/iotdb-core/metrics/interface/pom.xml
b/iotdb-core/metrics/interface/pom.xml
index 991724a7ac7..cb53d65b903 100644
--- a/iotdb-core/metrics/interface/pom.xml
+++ b/iotdb-core/metrics/interface/pom.xml
@@ -82,7 +82,6 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http</artifactId>
- <version>4.1.119.Final</version>
</dependency>
<dependency>
<groupId>org.reactivestreams</groupId>