From 3808c15d0d3255d8428ac71acfba1d098c94a43e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2019 06:53:58 +0000 Subject: [PATCH] Bump slf4j-log4j12 from 1.7.29 to 1.7.30 in /modules/testcontainers Bumps [slf4j-log4j12](https://github.com/qos-ch/slf4j) from 1.7.29 to 1.7.30. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.29...v_1.7.30) Signed-off-by: dependabot-preview[bot] --- modules/testcontainers/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/testcontainers/build.gradle b/modules/testcontainers/build.gradle index 8ccf92d8..0619bce6 100644 --- a/modules/testcontainers/build.gradle +++ b/modules/testcontainers/build.gradle @@ -18,7 +18,7 @@ dependencies { compile project(':microshed-testing-core') compile 'org.testcontainers:junit-jupiter:1.12.4' testCompile 'org.eclipse.microprofile.rest.client:microprofile-rest-client-api:1.3.4' - testCompile 'org.slf4j:slf4j-log4j12:1.7.29' + testCompile 'org.slf4j:slf4j-log4j12:1.7.30' testCompile 'org.testcontainers:mockserver:1.12.4' testImplementation 'org.junit.jupiter:junit-jupiter:5.5.2' }