Skip to content

Commit b278bd9

Browse files
feat(deps): update dependencies com.squareup.okhttp3:mockwebserver from v4.12.0 to v5 (#188)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 65f2730 commit b278bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies {
1313
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
1414
testImplementation("org.junit.jupiter:junit-jupiter-params")
1515
testImplementation("io.mockk:mockk:1.13.16")
16-
testImplementation("com.squareup.okhttp3:mockwebserver:4.12.0")
16+
testImplementation("com.squareup.okhttp3:mockwebserver:5.1.0")
1717
testImplementation("org.apache.commons:commons-lang3:3.18.0")
1818
testImplementation("org.apache.logging.log4j:log4j-api:2.25.1")
1919
testImplementation("org.apache.logging.log4j:log4j-slf4j2-impl:2.25.1")

0 commit comments

Comments
 (0)