From 22a380d6e93733daf754187b13e228cbdade7589 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 19:19:08 +0000 Subject: [PATCH] Bump org.slf4j:slf4j-simple in /testing/testcontainers/java Bumps org.slf4j:slf4j-simple from 2.0.11 to 2.0.12. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-simple dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- testing/testcontainers/java/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/testcontainers/java/build.gradle b/testing/testcontainers/java/build.gradle index f6f5e22a..664d9a2c 100644 --- a/testing/testcontainers/java/build.gradle +++ b/testing/testcontainers/java/build.gradle @@ -23,7 +23,7 @@ dependencies { implementation 'org.postgresql:postgresql:42.7.1' implementation 'io.crate:crate-jdbc:2.7.0' implementation 'org.slf4j:slf4j-api:2.0.12' - implementation 'org.slf4j:slf4j-simple:2.0.11' + implementation 'org.slf4j:slf4j-simple:2.0.12' testImplementation 'junit:junit:4.13.2' testImplementation "org.assertj:assertj-core:3.25.3" testImplementation 'org.testcontainers:testcontainers:1.19.4'