Skip to content

Commit

Permalink
Updated by github actions from guide-microprofile-reactive-messaging (#…
Browse files Browse the repository at this point in the history
…3439)

Co-authored-by: GuidesBot <GuidesBot@OpenLiberty.io>
  • Loading branch information
GuidesBot and GuidesBot authored Oct 3, 2024
1 parent c19d8a9 commit 9f5de33
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -454,19 +454,19 @@ touch /home/project/guide-microprofile-reactive-messaging/start/system/pom.xml
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>kafka</artifactId>
<version>1.20.1</version>
<version>1.20.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.11.0</version>
<version>5.11.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>junit-jupiter</artifactId>
<version>1.20.1</version>
<version>1.20.2</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 9f5de33

Please sign in to comment.