Skip to content

Commit 4836945

Browse files
dependabot[bot]kruton
authored andcommitted
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 4e4eaf5 commit 4836945

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ dependencies {
5656
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.4")
5757
testImplementation("org.mockito:mockito-core:5.19.0")
5858
testImplementation("org.mockito:mockito-junit-jupiter:5.19.0")
59-
testImplementation("org.testcontainers:junit-jupiter:1.21.3")
60-
testImplementation("org.testcontainers:testcontainers:1.21.3")
59+
testImplementation("org.testcontainers:testcontainers-junit-jupiter:2.0.1")
60+
testImplementation("org.testcontainers:testcontainers:2.0.1")
6161
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
6262
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
6363
}

0 commit comments

Comments
 (0)