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 {
24
24
implementation(" com.fasterxml.jackson.core:jackson-databind:2.19.0" )
25
25
implementation(project(" :aws-advanced-jdbc-wrapper" ))
26
26
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" )
28
28
implementation(" io.opentelemetry:opentelemetry-exporter-otlp:1.50.0" )
29
29
implementation(" com.amazonaws:aws-xray-recorder-sdk-core:2.18.2" )
30
30
implementation(" org.jsoup:jsoup:1.20.1" )
Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ dependencies {
44
44
compileOnly(" org.osgi:org.osgi.core:6.0.0" )
45
45
compileOnly(" com.amazonaws:aws-xray-recorder-sdk-core:2.18.2" )
46
46
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" )
49
49
compileOnly(" org.jsoup:jsoup:1.20.1" )
50
50
compileOnly(" org.jetbrains.kotlin:kotlin-stdlib:2.1.21" )
51
51
@@ -84,8 +84,8 @@ dependencies {
84
84
testImplementation(" com.fasterxml.jackson.core:jackson-databind:2.19.0" )
85
85
testImplementation(" com.amazonaws:aws-xray-recorder-sdk-core:2.18.2" )
86
86
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" )
89
89
testImplementation(" io.opentelemetry:opentelemetry-exporter-otlp:1.50.0" )
90
90
testImplementation(" org.jsoup:jsoup:1.20.1" )
91
91
testImplementation(" de.vandermeer:asciitable:0.3.2" )
You can’t perform that action at this time.
0 commit comments