Skip to content

Commit

Permalink
Merge pull request #321 from OpenLiberty/dependabot/maven/finish/org.…
Browse files Browse the repository at this point in the history
…testcontainers-kafka-1.20.4

Bump org.testcontainers:kafka from 1.20.3 to 1.20.4 in /finish
  • Loading branch information
gkwan-ibm authored Dec 2, 2024
2 parents aa2d0fa + 5a566e1 commit c1e859e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion finish/inventory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,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 finish/system/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,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 c1e859e

Please sign in to comment.