Skip to content

Commit

Permalink
chore(deps): bump io.opentelemetry:opentelemetry-api from 1.42.1 to 1…
Browse files Browse the repository at this point in the history
….46.0 (#1272)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 2daf268 commit 4ac95f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/AWSDriverExample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
implementation("software.amazon.awssdk:sts:2.29.34")
implementation("com.fasterxml.jackson.core:jackson-databind:2.18.2")
implementation(project(":aws-advanced-jdbc-wrapper"))
implementation("io.opentelemetry:opentelemetry-api:1.42.1")
implementation("io.opentelemetry:opentelemetry-api:1.46.0")
implementation("io.opentelemetry:opentelemetry-sdk:1.46.0")
implementation("io.opentelemetry:opentelemetry-exporter-otlp:1.46.0")
implementation("com.amazonaws:aws-xray-recorder-sdk-core:2.18.2")
Expand Down
4 changes: 2 additions & 2 deletions wrapper/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {
compileOnly("org.osgi:org.osgi.core:6.0.0")
compileOnly("org.osgi:org.osgi.core:6.0.0")
compileOnly("com.amazonaws:aws-xray-recorder-sdk-core:2.18.2")
compileOnly("io.opentelemetry:opentelemetry-api:1.42.1")
compileOnly("io.opentelemetry:opentelemetry-api:1.46.0")
compileOnly("io.opentelemetry:opentelemetry-sdk:1.46.0")
compileOnly("io.opentelemetry:opentelemetry-sdk-metrics:1.43.0")
compileOnly("org.jsoup:jsoup:1.18.1")
Expand Down Expand Up @@ -81,7 +81,7 @@ dependencies {
testImplementation("org.slf4j:slf4j-simple:2.0.13")
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.18.2")
testImplementation("com.amazonaws:aws-xray-recorder-sdk-core:2.18.2")
testImplementation("io.opentelemetry:opentelemetry-api:1.42.1")
testImplementation("io.opentelemetry:opentelemetry-api:1.46.0")
testImplementation("io.opentelemetry:opentelemetry-sdk:1.46.0")
testImplementation("io.opentelemetry:opentelemetry-sdk-metrics:1.43.0")
testImplementation("io.opentelemetry:opentelemetry-exporter-otlp:1.46.0")
Expand Down

0 comments on commit 4ac95f6

Please sign in to comment.