From 146d1cdfd4c3e961ed37ca06bd1f25615fae225a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 May 2025 17:40:32 +0000 Subject: [PATCH] Bump org.testcontainers:testcontainers-bom from 1.21.0 to 1.21.1 Bumps [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) from 1.21.0 to 1.21.1. - [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.0...1.21.1) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers-bom dependency-version: 1.21.1 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 5bdf5c5..d4e869d 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.12.2" } -testcontainers-bom = { group = "org.testcontainers", name = "testcontainers-bom", version = "1.21.0" } +testcontainers-bom = { group = "org.testcontainers", name = "testcontainers-bom", version = "1.21.1" } [plugins] th2-publish = { id = "com.exactpro.th2.gradle.publish", version = "0.2.4" }