Skip to content

Commit 53c808f

Browse files
dependency: Update okhttp monorepo to v5.3.1 (#211)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1626a26 commit 53c808f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ dependencies {
5555
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.0.1")
5656

5757
// mockwebserver
58-
testImplementation("com.squareup.okhttp3:mockwebserver:5.3.0")
59-
testImplementation("com.squareup.okhttp3:okhttp:5.3.0")
58+
testImplementation("com.squareup.okhttp3:mockwebserver:5.3.1")
59+
testImplementation("com.squareup.okhttp3:okhttp:5.3.1")
6060

6161
// mockito
6262
testImplementation("org.mockito:mockito-core:5.20.0")

0 commit comments

Comments
 (0)