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 {
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.2.0 " )
25+ testImplementation(" com.squareup.okhttp3:okhttp:5.2.1 " )
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 @@ -22,7 +22,7 @@ plugins {
2222
2323buildscript {
2424 dependencies {
25- classpath(" com.squareup.okhttp3:okhttp:5.2.0 " )
25+ classpath(" com.squareup.okhttp3:okhttp:5.2.1 " )
2626 }
2727}
2828
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.2.0 "
30+ testImplementation " com.squareup.okhttp3:okhttp:5.2.1 "
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.20.0" )
88 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 " )
1010 testImplementation(" io.opentelemetry.proto:opentelemetry-proto:1.8.0-alpha" )
1111 testImplementation(" io.opentelemetry:opentelemetry-api" )
1212
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ dependencies {
101101 testImplementation(" org.testcontainers:testcontainers:1.21.3" )
102102 testImplementation(" com.fasterxml.jackson.core:jackson-databind:2.20.0" )
103103 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 " )
105105 testImplementation(" io.opentelemetry:opentelemetry-api" )
106106 testImplementation(" io.opentelemetry.proto:opentelemetry-proto:1.8.0-alpha" )
107107
You can’t perform that action at this time.
0 commit comments