File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1010env :
1111 # set this to <repo>:<branch/sha> to build and test with an unreleased
1212 # version of the azure-monitor-opentelemetry-autoconfigure dependency
13- AZURE_MONITOR_OPENTELEMETRY_AUTOCONFIGURE_SNAPSHOT : Azure/azure-sdk-for-java:main
13+ AZURE_MONITOR_OPENTELEMETRY_AUTOCONFIGURE_SNAPSHOT : Azure/azure-sdk-for-java:xiang17/FixOtlpTest
1414
1515jobs :
1616 spotless :
Original file line number Diff line number Diff 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.4.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" )
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ com.azure:azure-core-http-netty:1.16.1=runtimeClasspath
99com.azure:azure-core:1.56.1=runtimeClasspath
1010com.azure:azure-identity:1.17.0=runtimeClasspath
1111com.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.4.0=runtimeClasspath
1313com.azure:azure-sdk-bom:1.2.38=runtimeClasspath
1414com.azure:azure-storage-blob:12.31.2=runtimeClasspath
1515com.azure:azure-storage-common:12.30.2=runtimeClasspath
Original file line number Diff line number Diff line change 11
22# agent
33## Dependency License Report
4- _ 2025-09-19 15:48:02 PDT_
4+ _ 2025-09-22 13:09:37 PDT_
55## Apache License, Version 2.0
66
77** 1** ** Group:** ` com.fasterxml.jackson.core ` ** Name:** ` jackson-annotations ` ** Version:** ` 2.20 `
@@ -374,7 +374,7 @@ _2025-09-19 15:48:02 PDT_
374374> - ** POM Project URL** : [ https://github.com/Azure/azure-sdk-for-java ] ( https://github.com/Azure/azure-sdk-for-java )
375375> - ** POM License** : MIT License - [ https://opensource.org/licenses/MIT ] ( https://opensource.org/licenses/MIT )
376376
377- ** 72** ** Group:** ` com.azure ` ** Name:** ` azure-monitor-opentelemetry-autoconfigure ` ** Version:** ` 1.4.0-beta.1 `
377+ ** 72** ** Group:** ` com.azure ` ** Name:** ` azure-monitor-opentelemetry-autoconfigure ` ** Version:** ` 1.4.0 `
378378> - ** POM License** : MIT License - [ https://opensource.org/licenses/MIT ] ( https://opensource.org/licenses/MIT )
379379
380380** 73** ** Group:** ` com.azure ` ** Name:** ` azure-storage-blob ` ** Version:** ` 12.31.2 `
Original file line number Diff line number Diff line change @@ -31,5 +31,5 @@ dependencies {
3131 implementation(" org.assertj:assertj-core" )
3232
3333 implementation(" com.azure:azure-json:1.5.0" )
34- implementation(" com.azure:azure-monitor-opentelemetry-autoconfigure:1.4.0-beta.1 " )
34+ implementation(" com.azure:azure-monitor-opentelemetry-autoconfigure:1.4.0" )
3535}
You can’t perform that action at this time.
0 commit comments