From 2042ace87e216308f682b8cb4feca6d804beefc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 20:24:04 +0000 Subject: [PATCH] Bump org.testcontainers:testcontainers-bom from 1.21.2 to 1.21.3 Bumps [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) from 1.21.2 to 1.21.3. - [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.2...1.21.3) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers-bom dependency-version: 1.21.3 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 011e194..4c2848e 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.2" } -testcontainers-bom = { group = "org.testcontainers", name = "testcontainers-bom", version = "1.21.2" } +testcontainers-bom = { group = "org.testcontainers", name = "testcontainers-bom", version = "1.21.3" } [plugins] th2-publish = { id = "com.exactpro.th2.gradle.publish", version = "0.2.4" }