From 3e0d346179c4f41292ae8b34a3de8485399f9d18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 21:37:21 +0000 Subject: [PATCH] chore(deps): bump org.testcontainers:testcontainers-bom in /auth-service Bumps [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) from 2.0.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/2.0.4...2.0.5) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers-bom dependency-version: 2.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- auth-service/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth-service/build.gradle b/auth-service/build.gradle index ef17bad..425cc0d 100644 --- a/auth-service/build.gradle +++ b/auth-service/build.gradle @@ -43,7 +43,7 @@ ext { mapstructVersion = "1.6.3" lombokMapstructBindingVersion = "0.2.0" springdocVersion = "3.0.2" - testcontainersVersion = "2.0.4" + testcontainersVersion = "2.0.5" jjwtVersion = "0.13.0" shedlockVersion = "7.7.0"