From 07db9cdfdfaf9e560910fb696061b4b13b86606c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 00:08:30 +0000 Subject: [PATCH] Bump org.testcontainers:testcontainers from 1.21.3 to 2.0.1 in /service Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.21.3 to 2.0.1. - [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.3...2.0.1) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- service/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/service/build.gradle b/service/build.gradle index f063d4e5a6..556e236cce 100644 --- a/service/build.gradle +++ b/service/build.gradle @@ -78,8 +78,8 @@ dependencies { testImplementation 'org.springframework.boot:spring-boot-starter-test' testImplementation "org.assertj:assertj-core:3.27.5" testImplementation 'org.apache.commons:commons-compress:1.28.0' - testImplementation 'org.testcontainers:testcontainers:1.21.3' - testImplementation 'org.testcontainers:junit-jupiter:1.21.3' + testImplementation 'org.testcontainers:testcontainers:2.0.1' + testImplementation 'org.testcontainers:junit-jupiter:2.0.1' testImplementation 'org.awaitility:awaitility:4.3.0' testImplementation 'org.wiremock:wiremock-standalone:3.13.1' testImplementation 'com.squareup.okhttp3:okhttp:5.1.0'