File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
examples/AWSDriverExample Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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" )
Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments