Skip to content

Commit

Permalink
fix(deps): update dependency com.squareup.okhttp3:okhttp to v4.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 17, 2023
1 parent b64bd20 commit 10755d9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion benchmark-overhead/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
testImplementation("org.testcontainers:postgresql:1.19.1")
testImplementation("org.junit.jupiter:junit-jupiter-api")
testImplementation("org.junit.jupiter:junit-jupiter-params")
testImplementation("com.squareup.okhttp3:okhttp:4.11.0")
testImplementation("com.squareup.okhttp3:okhttp:4.12.0")
testImplementation("org.jooq:joox:2.0.0")
testImplementation("com.jayway.jsonpath:json-path:2.8.0")
testImplementation("org.slf4j:slf4j-simple:2.0.9")
Expand Down
2 changes: 1 addition & 1 deletion examples/distro/instrumentation/servlet-3/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
exclude group: 'org.eclipse.jetty', module: 'jetty-server'
}

testImplementation "com.squareup.okhttp3:okhttp:4.11.0"
testImplementation "com.squareup.okhttp3:okhttp:4.12.0"
testImplementation "javax.servlet:javax.servlet-api:3.0.1"
testImplementation "org.eclipse.jetty:jetty-server:8.2.0.v20160908"
testImplementation "org.eclipse.jetty:jetty-servlet:8.2.0.v20160908"
Expand Down
2 changes: 1 addition & 1 deletion examples/distro/smoke-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {
testImplementation("org.testcontainers:testcontainers:1.19.1")
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.15.3")
testImplementation("com.google.protobuf:protobuf-java-util:3.24.4")
testImplementation("com.squareup.okhttp3:okhttp:4.11.0")
testImplementation("com.squareup.okhttp3:okhttp:4.12.0")
testImplementation("io.opentelemetry.proto:opentelemetry-proto:1.0.0-alpha")
testImplementation("io.opentelemetry:opentelemetry-api")

Expand Down
2 changes: 1 addition & 1 deletion examples/extension/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ dependencies {
testImplementation("org.testcontainers:testcontainers:1.19.1")
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.15.3")
testImplementation("com.google.protobuf:protobuf-java-util:3.24.4")
testImplementation("com.squareup.okhttp3:okhttp:4.11.0")
testImplementation("com.squareup.okhttp3:okhttp:4.12.0")
testImplementation("io.opentelemetry:opentelemetry-api")
testImplementation("io.opentelemetry.proto:opentelemetry-proto:1.0.0-alpha")

Expand Down

0 comments on commit 10755d9

Please sign in to comment.