This is an automated email from the ASF dual-hosted git repository.
zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 5d3f76bcbb9 Bump the Otel SDK and Otel Semantic Conventions version
(#37717)
5d3f76bcbb9 is described below
commit 5d3f76bcbb9488e31b17e05446cad6a9eeb14b4a
Author: Ling Hengqian <[email protected]>
AuthorDate: Tue Jan 13 17:31:48 2026 +0800
Bump the Otel SDK and Otel Semantic Conventions version (#37717)
---
agent/plugins/tracing/type/opentelemetry/pom.xml | 36 ++++++++++--------------
1 file changed, 15 insertions(+), 21 deletions(-)
diff --git a/agent/plugins/tracing/type/opentelemetry/pom.xml
b/agent/plugins/tracing/type/opentelemetry/pom.xml
index 66c1d95efb1..ab3aee95fb9 100644
--- a/agent/plugins/tracing/type/opentelemetry/pom.xml
+++ b/agent/plugins/tracing/type/opentelemetry/pom.xml
@@ -27,10 +27,10 @@
<name>${project.artifactId}</name>
<properties>
- <opentelemetry.version>1.41.0</opentelemetry.version>
-
<opentelemetry-semconv.version>1.27.0-alpha</opentelemetry-semconv.version>
- <okhttp.version>4.12.0</okhttp.version>
- <kotlin-stdlib.version>1.9.10</kotlin-stdlib.version>
+ <opentelemetry.version>1.58.0</opentelemetry.version>
+ <opentelemetry-semconv.version>1.37.0</opentelemetry-semconv.version>
+ <okhttp-bom.version>5.3.2</okhttp-bom.version>
+ <kotlin-bom.version>2.2.21</kotlin-bom.version>
</properties>
<dependencyManagement>
@@ -43,24 +43,18 @@
<scope>import</scope>
</dependency>
<dependency>
- <groupId>org.jetbrains.kotlin</groupId>
- <artifactId>kotlin-stdlib</artifactId>
- <version>${kotlin-stdlib.version}</version>
- </dependency>
- <dependency>
- <groupId>org.jetbrains.kotlin</groupId>
- <artifactId>kotlin-stdlib-common</artifactId>
- <version>${kotlin-stdlib.version}</version>
+ <groupId>com.squareup.okhttp3</groupId>
+ <artifactId>okhttp-bom</artifactId>
+ <version>${okhttp-bom.version}</version>
+ <type>pom</type>
+ <scope>import</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
- <artifactId>kotlin-stdlib-jdk8</artifactId>
- <version>${kotlin-stdlib.version}</version>
- </dependency>
- <dependency>
- <groupId>com.squareup.okhttp3</groupId>
- <artifactId>okhttp</artifactId>
- <version>${okhttp.version}</version>
+ <artifactId>kotlin-bom</artifactId>
+ <version>${kotlin-bom.version}</version>
+ <type>pom</type>
+ <scope>import</scope>
</dependency>
<dependency>
<groupId>io.opentelemetry.semconv</groupId>
@@ -110,11 +104,11 @@
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
- <artifactId>okhttp</artifactId>
+ <artifactId>okhttp-jvm</artifactId>
<exclusions>
<exclusion>
<groupId>org.jetbrains.kotlin</groupId>
- <artifactId>kotlin-stdlib-jdk8</artifactId>
+ <artifactId>kotlin-stdlib</artifactId>
</exclusion>
</exclusions>
</dependency>