diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 24f2ae7..fd13af5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -16,7 +16,7 @@ logback-core = { group = "ch.qos.logback", name = "logback-core", version.ref = logback-classic = { group = "ch.qos.logback", name = "logback-classic", version.ref = "logback" } junit-bom = { group = "org.junit", name = "junit-bom", version = "5.13.1" } -testcontainers-bom = { group = "org.testcontainers", name = "testcontainers-bom", version = "1.21.1" } +testcontainers-bom = { group = "org.testcontainers", name = "testcontainers-bom", version = "1.21.2" } [plugins] th2-publish = { id = "com.exactpro.th2.gradle.publish", version = "0.2.4" }