Skip to content

Commit 7dd000f

Browse files
build(deps): bump org.testcontainers:testcontainers from 1.21.3 to 2.0.1
Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.21.3 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.21.3...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] <[email protected]>
1 parent 6117ce5 commit 7dd000f

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
@@ -50,7 +50,7 @@ dependencies {
5050
testImplementation("junit:junit:4.13.2")
5151
testImplementation("commons-io:commons-io:2.20.0")
5252
testImplementation("commons-codec:commons-codec:1.19.0")
53-
testImplementation("org.testcontainers:testcontainers:1.21.3")
53+
testImplementation("org.testcontainers:testcontainers:2.0.1")
5454
testImplementation("org.jetbrains:annotations:26.0.2")
5555
testImplementation("ch.qos.logback:logback-classic:1.5.20")
5656
testImplementation("org.hamcrest:hamcrest:3.0")

0 commit comments

Comments
 (0)