Skip to content

Commit dd51458

Browse files
build(deps): bump org.testcontainers:mongodb from 1.19.3 to 1.21.3
Bumps [org.testcontainers:mongodb](https://github.com/testcontainers/testcontainers-java) from 1.19.3 to 1.21.3. - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.19.3...1.21.3) --- updated-dependencies: - dependency-name: org.testcontainers:mongodb dependency-version: 1.21.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7b48fb3 commit dd51458

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ dependencies {
9797
testImplementation "org.hamcrest:hamcrest-library"
9898

9999
// testcontainers
100-
testImplementation "org.testcontainers:testcontainers:1.19.3"
101-
testImplementation "org.testcontainers:mongodb:1.19.3"
102-
testImplementation "org.testcontainers:junit-jupiter:1.19.3"
100+
testImplementation "org.testcontainers:testcontainers:1.21.3"
101+
testImplementation "org.testcontainers:mongodb:1.21.3"
102+
testImplementation "org.testcontainers:junit-jupiter:1.21.3"
103103
}
104104

105105
/**********************************************************************************************************************\

0 commit comments

Comments
 (0)