Skip to content

Commit d473a59

Browse files
author
Liudmila Molkova
committed
fix more tests
1 parent e41ce9e commit d473a59

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

instrumentation/azure-core/azure-core-1.36/library-instrumentation-shaded/build.gradle.kts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ plugins {
66
group = "io.opentelemetry.javaagent.instrumentation"
77

88
dependencies {
9-
// this is the latest version that works with azure-core 1.36
10-
implementation("com.azure:azure-core-tracing-opentelemetry:1.0.0-beta.49")
9+
// this is the last good version that works with indy build
10+
// update to 1.49 or latest once https://github.com/Azure/azure-sdk-for-java/pull/42586 is released.
11+
implementation("com.azure:azure-core-tracing-opentelemetry:1.0.0-beta.45")
1112
}
1213

1314
tasks {

instrumentation/azure-core/azure-core-1.53/library-instrumentation-shaded/build.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ plugins {
66
group = "io.opentelemetry.javaagent.instrumentation"
77

88
dependencies {
9-
implementation("com.azure:azure-core-tracing-opentelemetry:1.0.0-beta.50")
9+
// this is the last good version that works with indy build
10+
// update to the latest once https://github.com/Azure/azure-sdk-for-java/pull/42586 is released.
11+
implementation("com.azure:azure-core-tracing-opentelemetry:1.0.0-beta.45")
1012
}
1113

1214
tasks {

0 commit comments

Comments
 (0)