diff --git a/browserup-proxy-rest-clients/build.gradle b/browserup-proxy-rest-clients/build.gradle index eaf95fbce..2f55a147b 100644 --- a/browserup-proxy-rest-clients/build.gradle +++ b/browserup-proxy-rest-clients/build.gradle @@ -144,7 +144,7 @@ dependencies { testImplementation 'org.awaitility:awaitility:3.1.6' testImplementation 'xyz.rogfam:littleproxy:2.0.0-beta-3' testImplementation 'com.github.tomakehurst:wiremock-jre8:2.24.0' - testImplementation 'org.testcontainers:testcontainers:1.12.0' + testImplementation 'org.testcontainers:testcontainers:1.15.1' } openApiGenerateClients.mustRunAfter(resolve)