Skip to content

Commit a7e296a

Browse files
deps(upgrade): bump org.testcontainers:testcontainers (#846)
Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.20.1 to 1.20.2. - [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.1...1.20.2) --- 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 22cfc73 commit a7e296a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
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.20.1")
64+
testImplementation("org.testcontainers:testcontainers:1.20.2")
6565
testImplementation("org.assertj:assertj-core:3.26.3")
6666
}
6767

0 commit comments

Comments
 (0)