Skip to content

Commit ce4bf75

Browse files
fix(deps): update dependency com.squareup.okhttp3:okhttp to v5 (#14178)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: jason plumb <[email protected]>
1 parent 9c2bea5 commit ce4bf75

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

benchmark-overhead/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:4.12.0")
25+
testImplementation("com.squareup.okhttp3:okhttp:5.0.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")

examples/distro/instrumentation/servlet-3/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
exclude group: 'org.eclipse.jetty', module: 'jetty-server'
2828
}
2929

30-
testImplementation "com.squareup.okhttp3:okhttp:4.12.0"
30+
testImplementation "com.squareup.okhttp3:okhttp:5.0.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"

examples/distro/smoke-tests/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:4.12.0")
9+
testImplementation("com.squareup.okhttp3:okhttp:5.0.0")
1010
testImplementation("io.opentelemetry.proto:opentelemetry-proto:1.7.0-alpha")
1111
testImplementation("io.opentelemetry:opentelemetry-api")
1212

examples/extension/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:4.12.0")
103+
testImplementation("com.squareup.okhttp3:okhttp:5.0.0")
104104
testImplementation("io.opentelemetry:opentelemetry-api")
105105
testImplementation("io.opentelemetry.proto:opentelemetry-proto:1.7.0-alpha")
106106

0 commit comments

Comments
 (0)