File tree 2 files changed +2
-2
lines changed
examples/AWSDriverExample
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ dependencies {
25
25
implementation(project(" :aws-advanced-jdbc-wrapper" ))
26
26
implementation(" io.opentelemetry:opentelemetry-api:1.42.1" )
27
27
implementation(" io.opentelemetry:opentelemetry-sdk:1.42.1" )
28
- implementation(" io.opentelemetry:opentelemetry-exporter-otlp:1.44.1 " )
28
+ implementation(" io.opentelemetry:opentelemetry-exporter-otlp:1.46.0 " )
29
29
implementation(" com.amazonaws:aws-xray-recorder-sdk-core:2.18.2" )
30
30
implementation(" org.jsoup:jsoup:1.18.1" )
31
31
}
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ dependencies {
83
83
testImplementation(" io.opentelemetry:opentelemetry-api:1.42.1" )
84
84
testImplementation(" io.opentelemetry:opentelemetry-sdk:1.42.1" )
85
85
testImplementation(" io.opentelemetry:opentelemetry-sdk-metrics:1.43.0" )
86
- testImplementation(" io.opentelemetry:opentelemetry-exporter-otlp:1.44.1 " )
86
+ testImplementation(" io.opentelemetry:opentelemetry-exporter-otlp:1.46.0 " )
87
87
testImplementation(" org.jsoup:jsoup:1.18.1" )
88
88
}
89
89
You can’t perform that action at this time.
0 commit comments