Skip to content

Commit

Permalink
Merge pull request #247 from OpenLiberty/dependabot/maven/start/org.t…
Browse files Browse the repository at this point in the history
…estcontainers-kafka-1.20.4

Bump org.testcontainers:kafka from 1.20.3 to 1.20.4 in /start
  • Loading branch information
gkwan-ibm authored Dec 3, 2024
2 parents 8eff9b7 + 00734c6 commit cf3710b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion start/inventory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>kafka</artifactId>
<version>1.20.3</version>
<version>1.20.4</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion start/system/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>kafka</artifactId>
<version>1.20.3</version>
<version>1.20.4</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit cf3710b

Please sign in to comment.