From 2425bf6e2b4d9ec442deaba979d94dd1cf9cc1b1 Mon Sep 17 00:00:00 2001 From: Sheikah45 Date: Sun, 29 Dec 2024 10:37:04 -0500 Subject: [PATCH] specify okhttp version --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 28f41dff4d..dd72335ac6 100644 --- a/build.gradle +++ b/build.gradle @@ -284,8 +284,8 @@ dependencies { implementation("com.install4j:install4j-runtime:11.0.1") testImplementation("org.instancio:instancio-junit:5.2.1") - testImplementation("com.squareup.okhttp3:okhttp") - testImplementation("com.squareup.okhttp3:mockwebserver") + testImplementation("com.squareup.okhttp3:okhttp:4.12.0") + testImplementation("com.squareup.okhttp3:mockwebserver:4.12.0") testImplementation("io.projectreactor:reactor-test") testImplementation("org.testfx:testfx-core:4.0.18") { exclude module: 'guava'