From bf921fdea9ef9262b98346a41db26b4492a2795d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 20:34:10 +0000 Subject: [PATCH] Bump org.slf4j:slf4j-api in /testing/testcontainers/java Bumps org.slf4j:slf4j-api from 2.0.13 to 2.0.14. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api 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 7f088a54..6af56323 100644 --- a/testing/testcontainers/java/build.gradle +++ b/testing/testcontainers/java/build.gradle @@ -22,7 +22,7 @@ repositories { dependencies { implementation 'org.postgresql:postgresql:42.7.3' implementation 'io.crate:crate-jdbc:2.7.0' - implementation 'org.slf4j:slf4j-api:2.0.13' + implementation 'org.slf4j:slf4j-api:2.0.14' implementation 'org.slf4j:slf4j-simple:2.0.14' testImplementation 'junit:junit:4.13.2' testImplementation "org.assertj:assertj-core:3.26.3"