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 {
22
22
testImplementation(" org.testcontainers:postgresql:1.21.3" )
23
23
testImplementation(" org.junit.jupiter:junit-jupiter-api" )
24
24
testImplementation(" org.junit.jupiter:junit-jupiter-params" )
25
- testImplementation(" com.squareup.okhttp3:okhttp:4.12 .0" )
25
+ testImplementation(" com.squareup.okhttp3:okhttp:5.0 .0" )
26
26
testImplementation(" org.jooq:joox:2.0.1" )
27
27
testImplementation(" com.jayway.jsonpath:json-path:2.9.0" )
28
28
testImplementation(" org.slf4j:slf4j-simple:2.0.17" )
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ dependencies {
27
27
exclude group : ' org.eclipse.jetty' , module : ' jetty-server'
28
28
}
29
29
30
- testImplementation " com.squareup.okhttp3:okhttp:4.12 .0"
30
+ testImplementation " com.squareup.okhttp3:okhttp:5.0 .0"
31
31
testImplementation " javax.servlet:javax.servlet-api:3.0.1"
32
32
testImplementation " org.eclipse.jetty:jetty-server:8.2.0.v20160908"
33
33
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 {
6
6
testImplementation(" org.testcontainers:testcontainers:1.21.3" )
7
7
testImplementation(" com.fasterxml.jackson.core:jackson-databind:2.19.1" )
8
8
testImplementation(" com.google.protobuf:protobuf-java-util:4.31.1" )
9
- testImplementation(" com.squareup.okhttp3:okhttp:4.12 .0" )
9
+ testImplementation(" com.squareup.okhttp3:okhttp:5.0 .0" )
10
10
testImplementation(" io.opentelemetry.proto:opentelemetry-proto:1.7.0-alpha" )
11
11
testImplementation(" io.opentelemetry:opentelemetry-api" )
12
12
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ dependencies {
100
100
testImplementation(" org.testcontainers:testcontainers:1.21.3" )
101
101
testImplementation(" com.fasterxml.jackson.core:jackson-databind:2.19.1" )
102
102
testImplementation(" com.google.protobuf:protobuf-java-util:4.31.1" )
103
- testImplementation(" com.squareup.okhttp3:okhttp:4.12 .0" )
103
+ testImplementation(" com.squareup.okhttp3:okhttp:5.0 .0" )
104
104
testImplementation(" io.opentelemetry:opentelemetry-api" )
105
105
testImplementation(" io.opentelemetry.proto:opentelemetry-proto:1.7.0-alpha" )
106
106
You can’t perform that action at this time.
0 commit comments