From f972af0a33ccd0d7d635af5fe95c785d12763cf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Feb 2026 14:10:46 +0000 Subject: [PATCH] chore(backend)(deps): Bump org.testcontainers:testcontainers-bom Bumps the testcontainers group in /backend with 1 update: [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java). Updates `org.testcontainers:testcontainers-bom` from 1.20.4 to 2.0.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.20.4...2.0.3) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers-bom dependency-version: 2.0.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: testcontainers ... Signed-off-by: dependabot[bot] --- backend/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/build.gradle.kts b/backend/build.gradle.kts index 10eb664..8ea237c 100644 --- a/backend/build.gradle.kts +++ b/backend/build.gradle.kts @@ -39,7 +39,7 @@ dependencies { testImplementation("org.springframework.boot:spring-boot-test-autoconfigure") testImplementation("org.jetbrains.kotlin:kotlin-test-junit5") testImplementation("io.mockk:mockk:1.13.13") - testImplementation(platform("org.testcontainers:testcontainers-bom:1.20.4")) + testImplementation(platform("org.testcontainers:testcontainers-bom:2.0.3")) testImplementation("org.testcontainers:testcontainers") testImplementation("org.testcontainers:postgresql") testImplementation("org.testcontainers:junit-jupiter")