Skip to content

Commit 4c97514

Browse files
deps(upgrade): bump org.testcontainers:testcontainers from 1.20.4 to 1.20.6 (#886)
Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.20.4 to 1.20.6. - [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.20.4...1.20.6) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e799454 commit 4c97514

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
@@ -106,7 +106,7 @@ dependencies {
106106
testImplementation("org.mockito:mockito-core:4.11.0")
107107
testImplementation("org.mockito:mockito-inline:4.11.0")
108108
testImplementation("org.mockito:mockito-junit-jupiter:4.11.0")
109-
testImplementation("org.testcontainers:testcontainers:1.20.4")
109+
testImplementation("org.testcontainers:testcontainers:1.20.6")
110110
testImplementation("org.assertj:assertj-core:3.27.3")
111111
}
112112

0 commit comments

Comments
 (0)