diff --git a/testing/testcontainers/java/build.gradle b/testing/testcontainers/java/build.gradle index 70335d53..7f088a54 100644 --- a/testing/testcontainers/java/build.gradle +++ b/testing/testcontainers/java/build.gradle @@ -23,7 +23,7 @@ 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-simple:2.0.13' + implementation 'org.slf4j:slf4j-simple:2.0.14' testImplementation 'junit:junit:4.13.2' testImplementation "org.assertj:assertj-core:3.26.3" testImplementation 'org.testcontainers:testcontainers:1.20.1'