Skip to content

Commit

Permalink
chore(deps): bump io.opentelemetry:opentelemetry-sdk
Browse files Browse the repository at this point in the history
Bumps [io.opentelemetry:opentelemetry-sdk](https://github.com/open-telemetry/opentelemetry-java) from 1.40.0 to 1.42.1.
- [Release notes](https://github.com/open-telemetry/opentelemetry-java/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-java@v1.40.0...v1.42.1)

---
updated-dependencies:
- dependency-name: io.opentelemetry:opentelemetry-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 4ed8861 commit 3af313e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/AWSDriverExample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
implementation("com.fasterxml.jackson.core:jackson-databind:2.17.1")
implementation(project(":aws-advanced-jdbc-wrapper"))
implementation("io.opentelemetry:opentelemetry-api:1.42.1")
implementation("io.opentelemetry:opentelemetry-sdk:1.40.0")
implementation("io.opentelemetry:opentelemetry-sdk:1.42.1")
implementation("io.opentelemetry:opentelemetry-exporter-otlp:1.40.0")
implementation("com.amazonaws:aws-xray-recorder-sdk-core:2.18.1")
implementation("org.jsoup:jsoup:1.18.1")
Expand Down
8 changes: 4 additions & 4 deletions wrapper/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ dependencies {
compileOnly("org.osgi:org.osgi.core:6.0.0")
compileOnly("com.amazonaws:aws-xray-recorder-sdk-core:2.18.1")
compileOnly("io.opentelemetry:opentelemetry-api:1.42.1")
compileOnly("io.opentelemetry:opentelemetry-sdk:1.40.0")
compileOnly("io.opentelemetry:opentelemetry-sdk-metrics:1.40.0")
compileOnly("io.opentelemetry:opentelemetry-sdk:1.42.1")
compileOnly("io.opentelemetry:opentelemetry-sdk-metrics:1.42.1")
compileOnly("org.jsoup:jsoup:1.18.1")
compileOnly("org.jetbrains.kotlin:kotlin-stdlib:1.9.24")

Expand Down Expand Up @@ -81,8 +81,8 @@ dependencies {
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.17.1")
testImplementation("com.amazonaws:aws-xray-recorder-sdk-core:2.18.1")
testImplementation("io.opentelemetry:opentelemetry-api:1.42.1")
testImplementation("io.opentelemetry:opentelemetry-sdk:1.40.0")
testImplementation("io.opentelemetry:opentelemetry-sdk-metrics:1.40.0")
testImplementation("io.opentelemetry:opentelemetry-sdk:1.42.1")
testImplementation("io.opentelemetry:opentelemetry-sdk-metrics:1.42.1")
testImplementation("io.opentelemetry:opentelemetry-exporter-otlp:1.40.0")
testImplementation("org.jsoup:jsoup:1.18.1")
}
Expand Down

0 comments on commit 3af313e

Please sign in to comment.