Skip to content

Commit d6e34c7

Browse files
chore(deps): bump com.squareup.okhttp3:logging-interceptor
--- updated-dependencies: - dependency-name: com.squareup.okhttp3:logging-interceptor dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 81eafc6 commit d6e34c7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

components/http/okHttp/gradle/dependencies.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ dependencies {
44
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
55

66
testImplementation 'org.mockito:mockito-core:5.18.0'
7-
testImplementation 'com.squareup.okhttp3:logging-interceptor:4.12.0'
8-
testImplementation 'com.squareup.okhttp3:mockwebserver:4.12.0'
7+
testImplementation 'com.squareup.okhttp3:logging-interceptor:5.0.0'
8+
testImplementation 'com.squareup.okhttp3:mockwebserver:5.0.0'
99

1010

1111
// This dependency is used internally, and not exposed to consumers on their own compile classpath.
1212
implementation 'io.opentelemetry:opentelemetry-api:1.51.0'
1313
implementation 'io.opentelemetry:opentelemetry-context:1.51.0'
1414
implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1'
15-
api 'com.squareup.okhttp3:okhttp:4.12.0'
15+
api 'com.squareup.okhttp3:okhttp:5.0.0'
1616

1717
api project(':components:abstractions')
1818
}

0 commit comments

Comments
 (0)