diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 0b28f524..2a146bd4 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -55,7 +55,7 @@ protobuf-kotlin = { module = "com.google.protobuf:protobuf-kotlin", version.ref protobuf-kotlinlite = { module = "com.google.protobuf:protobuf-kotlin-lite", version.ref = "protobuf" } slf4j-simple = { module = "org.slf4j:slf4j-simple", version.ref = "slf4j" } spotless = { module = "com.diffplug.spotless:spotless-plugin-gradle", version.ref = "spotless" } -testcontainers = { module = "org.testcontainers:testcontainers", version = "1.19.7" } +testcontainers = { module = "org.testcontainers:testcontainers", version = "1.19.8" } [plugins] git = { id = "com.palantir.git-version", version = "3.0.0" }