From 4cb9e68afc5696b24e556ec502e77f26b194e602 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 21:37:22 +0000 Subject: [PATCH] chore(deps): bump org.testcontainers:testcontainers-bom in /loan-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] --- loan-service/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loan-service/build.gradle b/loan-service/build.gradle index a3b80ee..246c227 100644 --- a/loan-service/build.gradle +++ b/loan-service/build.gradle @@ -54,7 +54,7 @@ ext { mapstructVersion = "1.6.3" lombokMapstructBindingVersion = "0.2.0" springdocVersion = "3.0.2" - testcontainersVersion = "2.0.4" + testcontainersVersion = "2.0.5" } dependencies { // Spring Boot