File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
instrumentation/servlet-3 Expand file tree Collapse file tree 5 files changed +5
-5
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:5.2.0 " )
25
+ testImplementation(" com.squareup.okhttp3:okhttp:5.2.1 " )
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 @@ -22,7 +22,7 @@ plugins {
22
22
23
23
buildscript {
24
24
dependencies {
25
- classpath(" com.squareup.okhttp3:okhttp:5.2.0 " )
25
+ classpath(" com.squareup.okhttp3:okhttp:5.2.1 " )
26
26
}
27
27
}
28
28
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:5.2.0 "
30
+ testImplementation " com.squareup.okhttp3:okhttp:5.2.1 "
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.20.0" )
8
8
testImplementation(" com.google.protobuf:protobuf-java-util:4.32.1" )
9
- testImplementation(" com.squareup.okhttp3:okhttp:5.2.0 " )
9
+ testImplementation(" com.squareup.okhttp3:okhttp:5.2.1 " )
10
10
testImplementation(" io.opentelemetry.proto:opentelemetry-proto:1.8.0-alpha" )
11
11
testImplementation(" io.opentelemetry:opentelemetry-api" )
12
12
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ dependencies {
101
101
testImplementation(" org.testcontainers:testcontainers:1.21.3" )
102
102
testImplementation(" com.fasterxml.jackson.core:jackson-databind:2.20.0" )
103
103
testImplementation(" com.google.protobuf:protobuf-java-util:4.32.1" )
104
- testImplementation(" com.squareup.okhttp3:okhttp:5.2.0 " )
104
+ testImplementation(" com.squareup.okhttp3:okhttp:5.2.1 " )
105
105
testImplementation(" io.opentelemetry:opentelemetry-api" )
106
106
testImplementation(" io.opentelemetry.proto:opentelemetry-proto:1.8.0-alpha" )
107
107
You can’t perform that action at this time.
0 commit comments