diff --git a/test/infra-tests/build.gradle b/test/infra-tests/build.gradle index a10a1b1a3..5939b0770 100644 --- a/test/infra-tests/build.gradle +++ b/test/infra-tests/build.gradle @@ -13,7 +13,7 @@ dependencies { testImplementation platform("org.spockframework:spock-bom:2.3-groovy-4.0") testImplementation 'org.spockframework:spock-core' - testImplementation 'com.squareup.okhttp3:okhttp:4.11.0' + testImplementation 'com.squareup.okhttp3:okhttp:4.12.0' testImplementation 'io.kubernetes:client-java-extended:18.0.1' }