diff --git a/build.gradle b/build.gradle index 3b9786792..00cdc321e 100644 --- a/build.gradle +++ b/build.gradle @@ -85,7 +85,7 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.0' testImplementation 'org.junit-pioneer:junit-pioneer:1.9.1' testImplementation 'org.hamcrest:hamcrest-library:2.2' - testImplementation 'com.squareup.okhttp3:mockwebserver:4.11.0' + testImplementation 'com.squareup.okhttp3:mockwebserver:4.12.0' testImplementation 'com.squareup.okhttp3:okhttp-tls:4.11.0' testImplementation 'io.zonky.test:embedded-postgres:2.0.4' testCompileOnly 'org.slf4j:slf4j-api:2.0.9'