From a71e2bccfa6c908a841b03a6f2e80fb860bd6b90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 18:08:45 +0000 Subject: [PATCH] Bump org.testcontainers:testcontainers-bom from 1.21.1 to 1.21.2 Bumps [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) from 1.21.1 to 1.21.2. - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.21.1...1.21.2) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers-bom dependency-version: 1.21.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }