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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user