Skip to content

Commit 829107c

Browse files
chore(deps): bump io.opentelemetry:opentelemetry-sdk from 1.50.0 to 1.51.0 (#1435)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b764f13 commit 829107c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

examples/AWSDriverExample/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies {
2424
implementation("com.fasterxml.jackson.core:jackson-databind:2.19.0")
2525
implementation(project(":aws-advanced-jdbc-wrapper"))
2626
implementation("io.opentelemetry:opentelemetry-api:1.50.0")
27-
implementation("io.opentelemetry:opentelemetry-sdk:1.50.0")
27+
implementation("io.opentelemetry:opentelemetry-sdk:1.51.0")
2828
implementation("io.opentelemetry:opentelemetry-exporter-otlp:1.50.0")
2929
implementation("com.amazonaws:aws-xray-recorder-sdk-core:2.18.2")
3030
implementation("org.jsoup:jsoup:1.20.1")

wrapper/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ dependencies {
4444
compileOnly("org.osgi:org.osgi.core:6.0.0")
4545
compileOnly("com.amazonaws:aws-xray-recorder-sdk-core:2.18.2")
4646
compileOnly("io.opentelemetry:opentelemetry-api:1.50.0")
47-
compileOnly("io.opentelemetry:opentelemetry-sdk:1.50.0")
48-
compileOnly("io.opentelemetry:opentelemetry-sdk-metrics:1.50.0")
47+
compileOnly("io.opentelemetry:opentelemetry-sdk:1.51.0")
48+
compileOnly("io.opentelemetry:opentelemetry-sdk-metrics:1.51.0")
4949
compileOnly("org.jsoup:jsoup:1.20.1")
5050
compileOnly("org.jetbrains.kotlin:kotlin-stdlib:2.1.21")
5151

@@ -84,8 +84,8 @@ dependencies {
8484
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.19.0")
8585
testImplementation("com.amazonaws:aws-xray-recorder-sdk-core:2.18.2")
8686
testImplementation("io.opentelemetry:opentelemetry-api:1.50.0")
87-
testImplementation("io.opentelemetry:opentelemetry-sdk:1.50.0")
88-
testImplementation("io.opentelemetry:opentelemetry-sdk-metrics:1.50.0")
87+
testImplementation("io.opentelemetry:opentelemetry-sdk:1.51.0")
88+
testImplementation("io.opentelemetry:opentelemetry-sdk-metrics:1.51.0")
8989
testImplementation("io.opentelemetry:opentelemetry-exporter-otlp:1.50.0")
9090
testImplementation("org.jsoup:jsoup:1.20.1")
9191
testImplementation("de.vandermeer:asciitable:0.3.2")

0 commit comments

Comments
 (0)