Skip to content

Commit fc6b186

Browse files
deps(upgrade): bump org.testcontainers:testcontainers
Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.19.3 to 1.20.1. - [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.20.1) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e64e82f commit fc6b186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ dependencies {
6161
testImplementation("org.mockito:mockito-core:4.11.0")
6262
testImplementation("org.mockito:mockito-inline:4.11.0")
6363
testImplementation("org.mockito:mockito-junit-jupiter:4.11.0")
64-
testImplementation("org.testcontainers:testcontainers:1.19.3")
64+
testImplementation("org.testcontainers:testcontainers:1.20.1")
6565
testImplementation("org.assertj:assertj-core:3.25.1")
6666
}
6767

0 commit comments

Comments
 (0)