diff --git a/build.gradle b/build.gradle index 3bb43b59..b5e68b76 100644 --- a/build.gradle +++ b/build.gradle @@ -106,7 +106,7 @@ dependencies { because "allows a library to log during tests even when only log4j api is on path" } - def testcontainersVersion = "2.0.4" + def testcontainersVersion = "2.0.5" testImplementation("org.testcontainers:testcontainers:${testcontainersVersion}") testImplementation("org.testcontainers:testcontainers-junit-jupiter:${testcontainersVersion}") testImplementation("org.testcontainers:testcontainers-postgresql:${testcontainersVersion}")