Skip to content

Commit 063ca0f

Browse files
deps(upgrade): bump org.testcontainers:testcontainers
Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.20.6 to 2.0.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.20.6...2.0.1) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b2ed564 commit 063ca0f

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.6")
109+
testImplementation("org.testcontainers:testcontainers:2.0.1")
110110
testImplementation("org.assertj:assertj-core:3.27.6")
111111
}
112112

0 commit comments

Comments
 (0)