Skip to content

Commit

Permalink
LIBS-456 - support for remote-hosts fixed (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Finn Egbers authored and julian-eggers committed Mar 1, 2019
1 parent 5efc116 commit 358c6ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ springboot-testcontainer-mysql
<dependency>
<groupId>com.avides.springboot.testcontainer</groupId>
<artifactId>springboot-testcontainer-mysql</artifactId>
<version>0.1.0-RC10</version>
<version>0.1.0-RC11</version>
<scope>test</scope>
</dependency>
```
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<name>springboot-testcontainer-mysql</name>
<description>MySQL test-container</description>
<url>https://github.com/springboot-testcontainer/springboot-testcontainer-mysql</url>
<version>0.1.0-RC10</version>
<version>0.1.0-RC11</version>

<properties>
<!-- System -->
Expand All @@ -14,7 +14,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<!-- Testing -->
<jacoco.version>0.8.2</jacoco.version>
<jacoco.version>0.8.3</jacoco.version>
<powermock.version>2.0.0</powermock.version>
<easymock.version>4.0.2</easymock.version>
<!-- Build -->
Expand All @@ -34,7 +34,7 @@
<spring.version>5.1.5.RELEASE</spring.version>
<spring-boot.version>2.1.3.RELEASE</spring-boot.version>
<!-- Other -->
<springboot-testcontainer-common.version>0.1.0-RC14</springboot-testcontainer-common.version>
<springboot-testcontainer-common.version>0.1.0-RC15</springboot-testcontainer-common.version>
</properties>

<repositories>
Expand Down Expand Up @@ -80,7 +80,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.11.1</version>
<version>3.12.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 358c6ad

Please sign in to comment.