From f3517eb038ae9ebac59830917fee86c043db776d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 16 Dec 2020 05:27:25 +0000 Subject: [PATCH] Bump testcontainers from 1.12.0 to 1.15.1 Bumps [testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.12.0 to 1.15.1. - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.12.0...1.15.1) Signed-off-by: dependabot-preview[bot] --- browserup-proxy-rest-clients/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)