From b6f4d6699064fc954e3e43bec625b4e79fd2bbdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 03:30:02 +0000 Subject: [PATCH] Bump org.testcontainers:testcontainers in /observation-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] --- observation-service/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/observation-service/build.gradle b/observation-service/build.gradle index 91b714e41..4cb82429b 100644 --- a/observation-service/build.gradle +++ b/observation-service/build.gradle @@ -73,9 +73,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 {