File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
authentication/azure/gradle Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ dependencies {
77
88 // This dependency is used internally, and not exposed to consumers on their own compile classpath.
99 implementation ' io.github.std-uritemplate:std-uritemplate:2.0.0'
10- implementation ' io.opentelemetry:opentelemetry-api:1.48 .0'
10+ implementation ' io.opentelemetry:opentelemetry-api:1.49 .0'
1111 implementation ' jakarta.annotation:jakarta.annotation-api:2.1.1'
1212}
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ dependencies {
55 testImplementation ' org.mockito:mockito-core:5.17.0'
66
77 // This dependency is used internally, and not exposed to consumers on their own compile classpath.
8- implementation ' io.opentelemetry:opentelemetry-api:1.48 .0'
9- implementation ' io.opentelemetry:opentelemetry-context:1.48 .0'
8+ implementation ' io.opentelemetry:opentelemetry-api:1.49 .0'
9+ implementation ' io.opentelemetry:opentelemetry-context:1.49 .0'
1010 implementation ' jakarta.annotation:jakarta.annotation-api:2.1.1'
1111 api ' javax.xml.stream:stax-api:1.0-2'
1212 api ' com.azure:azure-core:1.55.3'
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ dependencies {
88
99
1010 // This dependency is used internally, and not exposed to consumers on their own compile classpath.
11- implementation ' io.opentelemetry:opentelemetry-api:1.48 .0'
12- implementation ' io.opentelemetry:opentelemetry-context:1.48 .0'
11+ implementation ' io.opentelemetry:opentelemetry-api:1.49 .0'
12+ implementation ' io.opentelemetry:opentelemetry-context:1.49 .0'
1313 implementation ' jakarta.annotation:jakarta.annotation-api:2.1.1'
1414 api ' com.squareup.okhttp3:okhttp:4.12.0'
1515
You can’t perform that action at this time.
0 commit comments