diff --git a/build.gradle.kts b/build.gradle.kts index f3c25814..7ceacdf8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -48,7 +48,7 @@ subprojects { extra.apply { set("creekVersion", "0.4.2-SNAPSHOT") - set("testContainersVersion", "1.18.3") // https://mvnrepository.com/artifact/org.testcontainers/testcontainers + set("testContainersVersion", "1.19.0") // https://mvnrepository.com/artifact/org.testcontainers/testcontainers set("spotBugsVersion", "4.7.3") // https://mvnrepository.com/artifact/com.github.spotbugs/spotbugs-annotations set("jacksonVersion", "2.15.2") // https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-annotations set("picocliVersion", "4.7.5") // https://mvnrepository.com/artifact/info.picocli/picocli