Skip to content

Commit

Permalink
Merge pull request #7 from antkorwin/feature/update-testcontainers-ve…
Browse files Browse the repository at this point in the history
…rsion

Feature/update testcontainers version
  • Loading branch information
antkorwin authored Dec 13, 2018
2 parents 963ad67 + b8e1834 commit 1670ee3
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.antkorwin</groupId>
<artifactId>spring-test-mongo</artifactId>
<version>0.5-SNAPSHOT</version>
<version>0.7-SNAPSHOT</version>
<packaging>jar</packaging>

<name>spring-test-mongo</name>
Expand Down Expand Up @@ -84,8 +84,14 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId>
<version>1.4.3</version>
<version>1.10.2</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.4</version>
</dependency>


<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down Expand Up @@ -185,7 +191,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.21.0</version>
<version>2.22.0</version>
<configuration>
<reportFormat>plain</reportFormat>
</configuration>
Expand Down

0 comments on commit 1670ee3

Please sign in to comment.