Skip to content

Commit 1e05ccc

Browse files
committed
Revert "SNAPSHOT"
This reverts commit 7a053fb.
1 parent 9aec7b3 commit 1e05ccc

File tree

4 files changed

+54
-49
lines changed

4 files changed

+54
-49
lines changed

agent/agent-tooling/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies {
2121
implementation(project(":agent:agent-profiler:agent-diagnostics"))
2222
implementation(project(":etw:java"))
2323

24-
implementation("com.azure:azure-monitor-opentelemetry-autoconfigure:1.4.0-beta.1")
24+
implementation("com.azure:azure-monitor-opentelemetry-autoconfigure:1.3.0")
2525
compileOnly("io.opentelemetry.javaagent:opentelemetry-javaagent-bootstrap")
2626
compileOnly("io.opentelemetry.javaagent:opentelemetry-javaagent-tooling")
2727
compileOnly("io.opentelemetry.javaagent:opentelemetry-javaagent-tooling-java9")

agent/agent-tooling/gradle.lockfile

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ ch.qos.logback.contrib:logback-json-classic:0.1.5=runtimeClasspath
55
ch.qos.logback.contrib:logback-json-core:0.1.5=runtimeClasspath
66
ch.qos.logback:logback-classic:1.3.15=runtimeClasspath
77
ch.qos.logback:logback-core:1.3.15=runtimeClasspath
8-
com.azure:azure-core-http-netty:1.16.1=runtimeClasspath
9-
com.azure:azure-core:1.56.1=runtimeClasspath
8+
com.azure:azure-core-http-netty:1.16.0=runtimeClasspath
9+
com.azure:azure-core:1.56.0=runtimeClasspath
1010
com.azure:azure-identity:1.17.0=runtimeClasspath
1111
com.azure:azure-json:1.5.0=runtimeClasspath
12-
com.azure:azure-monitor-opentelemetry-autoconfigure:1.4.0-beta.1=runtimeClasspath
12+
com.azure:azure-monitor-opentelemetry-autoconfigure:1.3.0=runtimeClasspath
1313
com.azure:azure-sdk-bom:1.2.38=runtimeClasspath
1414
com.azure:azure-storage-blob:12.31.2=runtimeClasspath
1515
com.azure:azure-storage-common:12.30.2=runtimeClasspath
@@ -48,8 +48,8 @@ io.netty:netty-resolver-dns-classes-macos:4.2.4.Final=runtimeClasspath
4848
io.netty:netty-resolver-dns-native-macos:4.2.4.Final=runtimeClasspath
4949
io.netty:netty-resolver-dns:4.2.4.Final=runtimeClasspath
5050
io.netty:netty-resolver:4.2.4.Final=runtimeClasspath
51-
io.netty:netty-tcnative-boringssl-static:2.0.73.Final=runtimeClasspath
52-
io.netty:netty-tcnative-classes:2.0.73.Final=runtimeClasspath
51+
io.netty:netty-tcnative-boringssl-static:2.0.72.Final=runtimeClasspath
52+
io.netty:netty-tcnative-classes:2.0.72.Final=runtimeClasspath
5353
io.netty:netty-transport-classes-epoll:4.2.4.Final=runtimeClasspath
5454
io.netty:netty-transport-classes-kqueue:4.2.4.Final=runtimeClasspath
5555
io.netty:netty-transport-native-epoll:4.2.4.Final=runtimeClasspath
@@ -71,9 +71,10 @@ io.opentelemetry:opentelemetry-sdk-logs:1.53.0=runtimeClasspath
7171
io.opentelemetry:opentelemetry-sdk-metrics:1.53.0=runtimeClasspath
7272
io.opentelemetry:opentelemetry-sdk-trace:1.53.0=runtimeClasspath
7373
io.opentelemetry:opentelemetry-sdk:1.53.0=runtimeClasspath
74-
io.projectreactor.netty:reactor-netty-core:1.2.9=runtimeClasspath
75-
io.projectreactor.netty:reactor-netty-http:1.2.9=runtimeClasspath
76-
io.projectreactor:reactor-core:3.7.9=runtimeClasspath
74+
io.opentelemetry:opentelemetry-semconv:0.14.1=runtimeClasspath
75+
io.projectreactor.netty:reactor-netty-core:1.2.8=runtimeClasspath
76+
io.projectreactor.netty:reactor-netty-http:1.2.8=runtimeClasspath
77+
io.projectreactor:reactor-core:3.7.8=runtimeClasspath
7778
net.java.dev.jna:jna-platform:5.17.0=runtimeClasspath
7879
net.java.dev.jna:jna:5.17.0=runtimeClasspath
7980
net.minidev:accessors-smart:2.5.2=runtimeClasspath

0 commit comments

Comments
 (0)