Skip to content

Commit c01caf2

Browse files
chore(deps): bump com.squareup.okhttp3:mockwebserver
Bumps [com.squareup.okhttp3:mockwebserver](https://github.com/square/okhttp) from 4.12.0 to 5.0.0. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-4.12.0...parent-5.0.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:mockwebserver 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 c01caf2

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)