Skip to content

Commit 1670ee3

Browse files
authored
Merge pull request #7 from antkorwin/feature/update-testcontainers-version
Feature/update testcontainers version
2 parents 963ad67 + b8e1834 commit 1670ee3

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

pom.xml

+9-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.antkorwin</groupId>
77
<artifactId>spring-test-mongo</artifactId>
8-
<version>0.5-SNAPSHOT</version>
8+
<version>0.7-SNAPSHOT</version>
99
<packaging>jar</packaging>
1010

1111
<name>spring-test-mongo</name>
@@ -84,8 +84,14 @@
8484
<dependency>
8585
<groupId>org.testcontainers</groupId>
8686
<artifactId>testcontainers</artifactId>
87-
<version>1.4.3</version>
87+
<version>1.10.2</version>
8888
</dependency>
89+
<dependency>
90+
<groupId>commons-io</groupId>
91+
<artifactId>commons-io</artifactId>
92+
<version>2.4</version>
93+
</dependency>
94+
8995

9096
<dependency>
9197
<groupId>com.fasterxml.jackson.core</groupId>
@@ -185,7 +191,7 @@
185191
<plugin>
186192
<groupId>org.apache.maven.plugins</groupId>
187193
<artifactId>maven-surefire-plugin</artifactId>
188-
<version>2.21.0</version>
194+
<version>2.22.0</version>
189195
<configuration>
190196
<reportFormat>plain</reportFormat>
191197
</configuration>

0 commit comments

Comments
 (0)