Skip to content

Commit f5d7a8f

Browse files
authored
Move okhttp and kotlin-stdlib version declaration to opentelemetry module (#36365)
1 parent 8a50eb7 commit f5d7a8f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

agent/plugins/tracing/type/opentelemetry/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
<properties>
3030
<opentelemetry.version>1.41.0</opentelemetry.version>
3131
<opentelemetry-semconv.version>1.27.0-alpha</opentelemetry-semconv.version>
32+
<okhttp.version>4.12.0</okhttp.version>
33+
<kotlin-stdlib.version>1.9.10</kotlin-stdlib.version>
3234
</properties>
3335

3436
<dependencyManagement>

pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@
107107

108108
<grpc.version>1.65.1</grpc.version>
109109
<protobuf.version>3.25.8</protobuf.version>
110-
<okhttp.version>4.12.0</okhttp.version>
111110

112111
<elasticjob.version>3.0.4</elasticjob.version>
113112

@@ -133,8 +132,6 @@
133132

134133
<hikari-cp.version>4.0.3</hikari-cp.version>
135134

136-
<kotlin-stdlib.version>1.9.10</kotlin-stdlib.version>
137-
138135
<junit.version>5.13.4</junit.version>
139136
<hamcrest.version>3.0</hamcrest.version>
140137
<mockito.version>4.11.0</mockito.version>

0 commit comments

Comments
 (0)