Skip to content

Commit

Permalink
Merge pull request #1695 from microsoft/dependabot/gradle/components/…
Browse files Browse the repository at this point in the history
…abstractions/open-telemetry-96701ca836

chore(deps): bump the open-telemetry group across 3 directories with 2 updates
  • Loading branch information
github-actions[bot] authored Dec 9, 2024
2 parents ca59ed2 + c8c99ad commit 1378bd8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion components/abstractions/gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ dependencies {

// This dependency is used internally, and not exposed to consumers on their own compile classpath.
implementation 'io.github.std-uritemplate:std-uritemplate:2.0.0'
implementation 'io.opentelemetry:opentelemetry-api:1.44.1'
implementation 'io.opentelemetry:opentelemetry-api:1.45.0'
implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1'
}
4 changes: 2 additions & 2 deletions components/authentication/azure/gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ dependencies {
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'

// This dependency is used internally, and not exposed to consumers on their own compile classpath.
implementation 'io.opentelemetry:opentelemetry-api:1.44.1'
implementation 'io.opentelemetry:opentelemetry-context:1.44.1'
implementation 'io.opentelemetry:opentelemetry-api:1.45.0'
implementation 'io.opentelemetry:opentelemetry-context:1.45.0'
implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1'
api 'com.azure:azure-core:1.54.1'

Expand Down
4 changes: 2 additions & 2 deletions components/http/okHttp/gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ dependencies {


// This dependency is used internally, and not exposed to consumers on their own compile classpath.
implementation 'io.opentelemetry:opentelemetry-api:1.44.1'
implementation 'io.opentelemetry:opentelemetry-context:1.44.1'
implementation 'io.opentelemetry:opentelemetry-api:1.45.0'
implementation 'io.opentelemetry:opentelemetry-context:1.45.0'
implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1'
api 'com.squareup.okhttp3:okhttp:4.12.0'

Expand Down

0 comments on commit 1378bd8

Please sign in to comment.