File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
instrumentation/servlet-3 Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ dependencies {
2222 testImplementation(" org.testcontainers:postgresql:1.21.3" )
2323 testImplementation(" org.junit.jupiter:junit-jupiter-api" )
2424 testImplementation(" org.junit.jupiter:junit-jupiter-params" )
25- testImplementation(" com.squareup.okhttp3:okhttp:5.0 .0" )
25+ testImplementation(" com.squareup.okhttp3:okhttp:5.1 .0" )
2626 testImplementation(" org.jooq:joox:2.0.1" )
2727 testImplementation(" com.jayway.jsonpath:json-path:2.9.0" )
2828 testImplementation(" org.slf4j:slf4j-simple:2.0.17" )
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ dependencies {
2727 exclude group : ' org.eclipse.jetty' , module : ' jetty-server'
2828 }
2929
30- testImplementation " com.squareup.okhttp3:okhttp:5.0 .0"
30+ testImplementation " com.squareup.okhttp3:okhttp:5.1 .0"
3131 testImplementation " javax.servlet:javax.servlet-api:3.0.1"
3232 testImplementation " org.eclipse.jetty:jetty-server:8.2.0.v20160908"
3333 testImplementation " org.eclipse.jetty:jetty-servlet:8.2.0.v20160908"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dependencies {
66 testImplementation(" org.testcontainers:testcontainers:1.21.3" )
77 testImplementation(" com.fasterxml.jackson.core:jackson-databind:2.19.1" )
88 testImplementation(" com.google.protobuf:protobuf-java-util:4.31.1" )
9- testImplementation(" com.squareup.okhttp3:okhttp:5.0 .0" )
9+ testImplementation(" com.squareup.okhttp3:okhttp:5.1 .0" )
1010 testImplementation(" io.opentelemetry.proto:opentelemetry-proto:1.7.0-alpha" )
1111 testImplementation(" io.opentelemetry:opentelemetry-api" )
1212
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ dependencies {
100100 testImplementation(" org.testcontainers:testcontainers:1.21.3" )
101101 testImplementation(" com.fasterxml.jackson.core:jackson-databind:2.19.1" )
102102 testImplementation(" com.google.protobuf:protobuf-java-util:4.31.1" )
103- testImplementation(" com.squareup.okhttp3:okhttp:5.0 .0" )
103+ testImplementation(" com.squareup.okhttp3:okhttp:5.1 .0" )
104104 testImplementation(" io.opentelemetry:opentelemetry-api" )
105105 testImplementation(" io.opentelemetry.proto:opentelemetry-proto:1.7.0-alpha" )
106106
You can’t perform that action at this time.
0 commit comments