Skip to content

Commit

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

chore(deps): bump the open-telemetry group across 3 directories with 2 updates
  • Loading branch information
github-actions[bot] authored Nov 11, 2024
2 parents fdf6523 + b5e48fc commit cc7596d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.43.0'
implementation 'io.opentelemetry:opentelemetry-api:1.44.1'
implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1'
}
2 changes: 1 addition & 1 deletion components/authentication/azure/gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ 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.43.0'
implementation 'io.opentelemetry:opentelemetry-api:1.44.1'
implementation 'io.opentelemetry:opentelemetry-context:1.44.1'
implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1'
api 'com.azure:azure-core:1.54.0'
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.43.0'
implementation 'io.opentelemetry:opentelemetry-context:1.43.0'
implementation 'io.opentelemetry:opentelemetry-api:1.44.1'
implementation 'io.opentelemetry:opentelemetry-context:1.44.1'
implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1'
api 'com.squareup.okhttp3:okhttp:4.12.0'

Expand Down

0 comments on commit cc7596d

Please sign in to comment.