From 455aa74c0dab60b10bf0175c5bd4785c7f8641bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 05:06:10 +0000 Subject: [PATCH] Bump org.testcontainers:testcontainers-bom from 2.0.3 to 2.0.4 Bumps [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) from 2.0.3 to 2.0.4. - [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/2.0.3...2.0.4) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers-bom dependency-version: 2.0.4 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 a77f60954..561ba7e67 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -37,7 +37,7 @@ org-postgresql = "org.postgresql:postgresql:42.7.10" org-springframework-data-spring-data-bom = "org.springframework.data:spring-data-bom:2025.1.3" org-springframework-security-spring-security-bom = "org.springframework.security:spring-security-bom:7.0.3" org-springframework-spring-framework-bom = "org.springframework:spring-framework-bom:7.0.4" -org-testcontainers-testcontainers-bom = { module = "org.testcontainers:testcontainers-bom", version = "2.0.3" } +org-testcontainers-testcontainers-bom = { module = "org.testcontainers:testcontainers-bom", version = "2.0.4" } io-spring-security-release-plugin = "io.spring.gradle:spring-security-release-plugin:1.0.14" org-springframework-boot-spring-boot-gradle-plugin = { module = "org.springframework.boot:spring-boot-gradle-plugin", version.ref = "org-springframework-boot" } io-spring-javaformat-spring-javaformat-checkstyle = "io.spring.javaformat:spring-javaformat-checkstyle:0.0.47"