From f69f608b2a55f279f478b90ba14e3770610ba61d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 22:14:34 +0000 Subject: [PATCH] chore(deps): bump org.testcontainers:mongodb from 1.20.6 to 1.21.0 Bumps [org.testcontainers:mongodb](https://github.com/testcontainers/testcontainers-java) from 1.20.6 to 1.21.0. - [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.0) --- updated-dependencies: - dependency-name: org.testcontainers:mongodb dependency-version: 1.21.0 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 de72876..5881698 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -62,7 +62,7 @@ dependencies { // Test testImplementation("org.springframework.boot:spring-boot-testcontainers") - testImplementation("org.testcontainers:mongodb:1.20.6") + testImplementation("org.testcontainers:mongodb:1.21.0") testImplementation("org.springframework.boot:spring-boot-starter-test") }