From 0ef10a69ba0603063126ea426033a3933c01edec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 03:31:22 +0000 Subject: [PATCH] Bump org.testcontainers:testcontainers in /person-service Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.19.8 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.19.8...2.0.3) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-version: 2.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- person-service/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/person-service/build.gradle b/person-service/build.gradle index 12a7b616b..46cfddb1d 100644 --- a/person-service/build.gradle +++ b/person-service/build.gradle @@ -74,9 +74,9 @@ dependencies { } testImplementation 'org.springframework.boot:spring-boot-starter-test' - testImplementation 'org.testcontainers:testcontainers:1.19.8' - testImplementation 'org.testcontainers:kafka:1.19.8' - testImplementation 'org.testcontainers:junit-jupiter:1.19.8' + testImplementation 'org.testcontainers:testcontainers:2.0.3' + testImplementation 'org.testcontainers:kafka:2.0.3' + testImplementation 'org.testcontainers:junit-jupiter:2.0.3' } dependencyManagement {