Skip to content

Commit 19791d6

Browse files
Finn Egbersjulian-eggers
authored andcommitted
LIBS-456 - support for remote-hosts fixed (#11)
1 parent fc7f3d6 commit 19791d6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ springboot-testcontainer-rabbitmq
1111
<dependency>
1212
<groupId>com.avides.springboot.testcontainer</groupId>
1313
<artifactId>springboot-testcontainer-rabbitmq</artifactId>
14-
<version>0.1.0-RC10</version>
14+
<version>0.1.0-RC11</version>
1515
<scope>test</scope>
1616
</dependency>
1717
```

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<name>springboot-testcontainer-rabbitmq</name>
66
<description>RabbitMQ test-container</description>
77
<url>https://github.com/springboot-testcontainer/springboot-testcontainer-rabbitmq</url>
8-
<version>0.1.0-RC10</version>
8+
<version>0.1.0-RC11</version>
99

1010
<properties>
1111
<!-- System -->
@@ -34,7 +34,7 @@
3434
<spring.version>5.1.5.RELEASE</spring.version>
3535
<spring-boot.version>2.1.3.RELEASE</spring-boot.version>
3636
<!-- Other -->
37-
<springboot-testcontainer-common.version>0.1.0-RC14</springboot-testcontainer-common.version>
37+
<springboot-testcontainer-common.version>0.1.0-RC15</springboot-testcontainer-common.version>
3838
</properties>
3939

4040
<repositories>
@@ -74,7 +74,7 @@
7474
<dependency>
7575
<groupId>org.assertj</groupId>
7676
<artifactId>assertj-core</artifactId>
77-
<version>3.12.0</version>
77+
<version>3.12.1</version>
7878
<scope>test</scope>
7979
</dependency>
8080
<dependency>

0 commit comments

Comments
 (0)