Skip to content

Commit

Permalink
Upgrade rabbitmq testcontainers
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhorridge committed May 15, 2024
1 parent cfd9c22 commit b246389
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,14 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>rabbitmq</artifactId>
<version>1.19.8</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>mongodb</artifactId>
<version>1.19.8</version>
<scope>test</scope>
</dependency>

</dependencies>
Expand Down

0 comments on commit b246389

Please sign in to comment.