From 0f94ae02acd401d648f5a00662ab0a3c09dfa2a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 20:26:23 +0000 Subject: [PATCH] chore(deps): Bump org.testcontainers:testcontainers from 1.21.4 to 2.0.5 Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.21.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/1.21.4...2.0.5) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-version: 2.0.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 6d3a034..5da387a 100644 --- a/build.gradle +++ b/build.gradle @@ -105,9 +105,9 @@ dependencies { testImplementation 'org.assertj:assertj-core:3.27.7' // Integration testing - testImplementation 'org.testcontainers:testcontainers:1.21.4' - testImplementation 'org.testcontainers:kafka:1.21.4' - testImplementation 'org.testcontainers:junit-jupiter:1.21.4' + testImplementation 'org.testcontainers:testcontainers:2.0.5' + testImplementation 'org.testcontainers:kafka:2.0.5' + testImplementation 'org.testcontainers:junit-jupiter:2.0.5' testImplementation 'org.awaitility:awaitility:4.3.0' }