Skip to content

Commit b97507e

Browse files
Bump org.testcontainers:kafka from 1.19.7 to 1.20.0
Bumps [org.testcontainers:kafka](https://github.com/testcontainers/testcontainers-java) from 1.19.7 to 1.20.0. - [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.19.7...1.20.0) --- updated-dependencies: - dependency-name: org.testcontainers:kafka dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b152e57 commit b97507e

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
@@ -71,7 +71,7 @@ dependencies {
7171
}
7272

7373
testImplementation "org.testcontainers:testcontainers:1.19.7"
74-
testImplementation "org.testcontainers:kafka:1.19.7"
74+
testImplementation "org.testcontainers:kafka:1.20.0"
7575
}
7676

7777
java {

0 commit comments

Comments
 (0)