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 {
27
27
implementation(" io.opentelemetry:opentelemetry-sdk:1.51.0" )
28
28
implementation(" io.opentelemetry:opentelemetry-exporter-otlp:1.52.0" )
29
29
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" )
31
31
implementation(" com.mchange:c3p0:0.11.0" )
32
32
}
33
33
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ dependencies {
51
51
compileOnly(" io.opentelemetry:opentelemetry-api:1.52.0" )
52
52
compileOnly(" io.opentelemetry:opentelemetry-sdk:1.51.0" )
53
53
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" )
55
55
compileOnly(" org.jetbrains.kotlin:kotlin-stdlib:2.1.21" )
56
56
57
57
testImplementation(" org.junit.platform:junit-platform-commons:1.13.4" )
@@ -92,7 +92,7 @@ dependencies {
92
92
testImplementation(" io.opentelemetry:opentelemetry-sdk:1.51.0" )
93
93
testImplementation(" io.opentelemetry:opentelemetry-sdk-metrics:1.51.0" )
94
94
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" )
96
96
testImplementation(" de.vandermeer:asciitable:0.3.2" )
97
97
testImplementation(" org.hibernate:hibernate-core:5.6.15.Final" ) // the latest version compatible with Java 8
98
98
testImplementation(" jakarta.persistence:jakarta.persistence-api:2.2.3" )
You can’t perform that action at this time.
0 commit comments