Bump com.squareup.okhttp3:okhttp from 4.10.0 to 4.11.0 in /examples/distro (#8351)

This commit is contained in:
dependabot[bot] 2023-04-24 20:45:09 -07:00 committed by GitHub
parent 669e639c7a
commit 0874b333cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ dependencies {
exclude group: 'org.eclipse.jetty', module: 'jetty-server'
}
testImplementation "com.squareup.okhttp3:okhttp:4.10.0"
testImplementation "com.squareup.okhttp3:okhttp:4.11.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"

View File

@ -6,7 +6,7 @@ dependencies {
testImplementation("org.testcontainers:testcontainers:1.18.0")
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.14.2")
testImplementation("com.google.protobuf:protobuf-java-util:3.22.3")
testImplementation("com.squareup.okhttp3:okhttp:4.10.0")
testImplementation("com.squareup.okhttp3:okhttp:4.11.0")
testImplementation("io.opentelemetry.proto:opentelemetry-proto:0.19.0-alpha")
testImplementation("io.opentelemetry:opentelemetry-api:${versions.opentelemetry}")