File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
examples/AWSDriverExample Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ dependencies {
2727 implementation(" io.opentelemetry:opentelemetry-sdk:1.51.0" )
2828 implementation(" io.opentelemetry:opentelemetry-exporter-otlp:1.52.0" )
2929 implementation(" com.amazonaws:aws-xray-recorder-sdk-core:2.18.2" )
30- implementation(" org.jsoup:jsoup:1.20 .1" )
30+ implementation(" org.jsoup:jsoup:1.21 .1" )
3131 implementation(" com.mchange:c3p0:0.11.0" )
3232}
3333
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ dependencies {
5151 compileOnly(" io.opentelemetry:opentelemetry-api:1.52.0" )
5252 compileOnly(" io.opentelemetry:opentelemetry-sdk:1.51.0" )
5353 compileOnly(" io.opentelemetry:opentelemetry-sdk-metrics:1.51.0" )
54- compileOnly(" org.jsoup:jsoup:1.20 .1" )
54+ compileOnly(" org.jsoup:jsoup:1.21 .1" )
5555 compileOnly(" org.jetbrains.kotlin:kotlin-stdlib:2.1.21" )
5656
5757 testImplementation(" org.junit.platform:junit-platform-commons:1.13.4" )
@@ -92,7 +92,7 @@ dependencies {
9292 testImplementation(" io.opentelemetry:opentelemetry-sdk:1.51.0" )
9393 testImplementation(" io.opentelemetry:opentelemetry-sdk-metrics:1.51.0" )
9494 testImplementation(" io.opentelemetry:opentelemetry-exporter-otlp:1.52.0" )
95- testImplementation(" org.jsoup:jsoup:1.20 .1" )
95+ testImplementation(" org.jsoup:jsoup:1.21 .1" )
9696 testImplementation(" de.vandermeer:asciitable:0.3.2" )
9797 testImplementation(" org.hibernate:hibernate-core:5.6.15.Final" ) // the latest version compatible with Java 8
9898 testImplementation(" jakarta.persistence:jakarta.persistence-api:2.2.3" )
You can’t perform that action at this time.
0 commit comments