Skip to content

Commit f755272

Browse files
Merge pull request #11 from springboot-testcontainer/LIBS-456
LIBS-456 - support for remote-hosts fixed
2 parents d1615d4 + b01f49c commit f755272

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

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

pom.xml

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

1010
<properties>
1111
<!-- System -->
@@ -14,7 +14,7 @@
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1515
<java.version>1.8</java.version>
1616
<!-- Testing -->
17-
<jacoco.version>0.8.2</jacoco.version>
17+
<jacoco.version>0.8.3</jacoco.version>
1818
<powermock.version>2.0.0</powermock.version>
1919
<easymock.version>4.0.2</easymock.version>
2020
<!-- Build -->
@@ -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.11.1</version>
77+
<version>3.12.1</version>
7878
<scope>test</scope>
7979
</dependency>
8080
<dependency>

0 commit comments

Comments
 (0)