Skip to content

Commit aa75a0f

Browse files
Bump org.testcontainers:testcontainers from 1.20.3 to 1.20.4 (#485)
Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.20.3 to 1.20.4. - [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.3...1.20.4) --- 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 00e6453 commit aa75a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies {
4747

4848
testImplementation("org.mockito:mockito-core")
4949
testImplementation("org.testcontainers:junit-jupiter:1.20.4")
50-
testImplementation("org.testcontainers:testcontainers:1.20.3")
50+
testImplementation("org.testcontainers:testcontainers:1.20.4")
5151
testImplementation("org.testcontainers:kafka:1.20.4")
5252
testImplementation("org.mockito:mockito-junit-jupiter:5.14.2")
5353
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.3")

0 commit comments

Comments
 (0)