Skip to content

Commit b8fd7b6

Browse files
Bump org.testcontainers:kafka from 1.19.8 to 1.20.1 in /start
Bumps [org.testcontainers:kafka](https://github.com/testcontainers/testcontainers-java) from 1.19.8 to 1.20.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.19.8...1.20.1) --- 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 a0fd88c commit b8fd7b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

start/inventory/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<dependency>
8181
<groupId>org.testcontainers</groupId>
8282
<artifactId>kafka</artifactId>
83-
<version>1.19.8</version>
83+
<version>1.20.1</version>
8484
<scope>test</scope>
8585
</dependency>
8686
<dependency>

start/system/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<dependency>
7979
<groupId>org.testcontainers</groupId>
8080
<artifactId>kafka</artifactId>
81-
<version>1.19.8</version>
81+
<version>1.20.1</version>
8282
<scope>test</scope>
8383
</dependency>
8484
<dependency>

0 commit comments

Comments
 (0)