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
….32.0 to 1.33.0 (#777)

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 Dec 12, 2023
1 parent 1fa0a05 commit 11bac60
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 @@ -24,6 +24,6 @@ dependencies {
implementation(project(":aws-advanced-jdbc-wrapper"))
implementation("io.opentelemetry:opentelemetry-api:1.32.0")
implementation("io.opentelemetry:opentelemetry-sdk:1.32.0")
implementation("io.opentelemetry:opentelemetry-exporter-otlp:1.32.0")
implementation("io.opentelemetry:opentelemetry-exporter-otlp:1.33.0")
implementation("com.amazonaws:aws-xray-recorder-sdk-core:2.14.0")
}
2 changes: 1 addition & 1 deletion wrapper/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ dependencies {
testImplementation("io.opentelemetry:opentelemetry-api:1.32.0")
testImplementation("io.opentelemetry:opentelemetry-sdk:1.32.0")
testImplementation("io.opentelemetry:opentelemetry-sdk-metrics:1.32.0")
testImplementation("io.opentelemetry:opentelemetry-exporter-otlp:1.32.0")
testImplementation("io.opentelemetry:opentelemetry-exporter-otlp:1.33.0")
}

repositories {
Expand Down

0 comments on commit 11bac60

Please sign in to comment.