From a174e549d929c75a7a670e56ff6bc277acd84231 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 00:56:52 +0000 Subject: [PATCH] build(deps): bump org.testcontainers:testcontainers in /services/api Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.21.4 to 2.0.5. - [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.4...2.0.5) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-version: 2.0.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- services/api/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/api/build.gradle.kts b/services/api/build.gradle.kts index d3b168b85..59c186342 100644 --- a/services/api/build.gradle.kts +++ b/services/api/build.gradle.kts @@ -128,7 +128,7 @@ dependencies { testImplementation("org.mockito.kotlin:mockito-kotlin:6.3.0") testImplementation("com.github.javafaker:javafaker:1.0.2") testImplementation("org.springframework.boot:spring-boot-testcontainers") - testImplementation("org.testcontainers:mariadb:1.21.4") + testImplementation("org.testcontainers:mariadb:2.0.5") testImplementation("io.rest-assured:spring-mock-mvc:6.0.0") testImplementation("com.tngtech.archunit:archunit-junit5:1.4.2") testImplementation("io.github.classgraph:classgraph:4.8.184") @@ -148,7 +148,7 @@ dependencies { // Shared test base boots a throwaway Valkey via @ServiceConnection so the // Redis-backed HTTP session path is exercised under the real prod config. testFixturesApi("org.springframework.boot:spring-boot-testcontainers") - testFixturesApi("org.testcontainers:testcontainers:1.21.4") + testFixturesApi("org.testcontainers:testcontainers:2.0.5") testFixturesCompileOnly("jakarta.servlet:jakarta.servlet-api:6.1.0") mockitoAgent("org.mockito:mockito-core:5.23.0")