Update testcontainers rabbitmq version

Update testcontainers rabbitmq version to 1.17.1.
This is needed for running the Rabbit binder tests
successfully on Apple's silicon (M1) chips.
This commit is contained in:
Soby Chacko
2022-10-10 15:59:43 -04:00
parent 8e3d2e9fff
commit 5cb598a211

View File

@@ -100,7 +100,7 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>rabbitmq</artifactId>
<version>1.15.3</version>
<version>1.17.1</version>
<scope>test</scope>
</dependency>
<dependency>