Skip to content

Commit

Permalink
chore(deps): bump io.opentelemetry:opentelemetry-exporter-otlp from 1…
Browse files Browse the repository at this point in the history
….35.0 to 1.36.0 (aws#938)

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 Mar 25, 2024
1 parent 6393d2e commit 50359bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/AWSDriverExample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ dependencies {
implementation(project(":aws-advanced-jdbc-wrapper"))
implementation("io.opentelemetry:opentelemetry-api:1.36.0")
implementation("io.opentelemetry:opentelemetry-sdk:1.35.0")
implementation("io.opentelemetry:opentelemetry-exporter-otlp:1.35.0")
implementation("io.opentelemetry:opentelemetry-exporter-otlp:1.36.0")
implementation("com.amazonaws:aws-xray-recorder-sdk-core:2.15.0")
}
2 changes: 1 addition & 1 deletion wrapper/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ dependencies {
testImplementation("io.opentelemetry:opentelemetry-api:1.36.0")
testImplementation("io.opentelemetry:opentelemetry-sdk:1.35.0")
testImplementation("io.opentelemetry:opentelemetry-sdk-metrics:1.35.0")
testImplementation("io.opentelemetry:opentelemetry-exporter-otlp:1.35.0")
testImplementation("io.opentelemetry:opentelemetry-exporter-otlp:1.36.0")
}

repositories {
Expand Down

0 comments on commit 50359bb

Please sign in to comment.