From 1cbd4d5f355b428a8c7e3f175b7854a4f2288871 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 06:37:28 +0000 Subject: [PATCH] Bump org.testcontainers:mongodb from 1.20.6 to 1.21.4 Bumps [org.testcontainers:mongodb](https://github.com/testcontainers/testcontainers-java) from 1.20.6 to 1.21.4. - [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.4) --- updated-dependencies: - dependency-name: org.testcontainers:mongodb dependency-version: 1.21.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- syncflow-connectors/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/syncflow-connectors/build.gradle b/syncflow-connectors/build.gradle index 50bf92e..79fcf52 100644 --- a/syncflow-connectors/build.gradle +++ b/syncflow-connectors/build.gradle @@ -22,8 +22,8 @@ dependencies { testImplementation libs.mockito.junit.jupiter testImplementation libs.testcontainers.postgresql testImplementation libs.testcontainers.junit.jupiter - testImplementation "org.testcontainers:mysql:1.20.6" - testImplementation "org.testcontainers:mongodb:1.20.6" + testImplementation "org.testcontainers:mysql:1.21.4" + testImplementation "org.testcontainers:mongodb:1.21.4" } tasks.named("jar") { enabled = true }