From fd9f75f3119d00bd2a496f36605022462f464b52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 22:52:25 +0000 Subject: [PATCH] deps(upgrade): bump org.testcontainers:testcontainers Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.20.6 to 1.21.2. - [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.20.6...1.21.2) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-version: 1.21.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index e10fd82b..2dd28828 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -106,7 +106,7 @@ dependencies { testImplementation("org.mockito:mockito-core:4.11.0") testImplementation("org.mockito:mockito-inline:4.11.0") testImplementation("org.mockito:mockito-junit-jupiter:4.11.0") - testImplementation("org.testcontainers:testcontainers:1.20.6") + testImplementation("org.testcontainers:testcontainers:1.21.2") testImplementation("org.assertj:assertj-core:3.27.3") }