File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 5
5
6
6
<groupId >com.antkorwin</groupId >
7
7
<artifactId >spring-test-mongo</artifactId >
8
- <version >0.5 -SNAPSHOT</version >
8
+ <version >0.7 -SNAPSHOT</version >
9
9
<packaging >jar</packaging >
10
10
11
11
<name >spring-test-mongo</name >
84
84
<dependency >
85
85
<groupId >org.testcontainers</groupId >
86
86
<artifactId >testcontainers</artifactId >
87
- <version >1.4.3 </version >
87
+ <version >1.10.2 </version >
88
88
</dependency >
89
+ <dependency >
90
+ <groupId >commons-io</groupId >
91
+ <artifactId >commons-io</artifactId >
92
+ <version >2.4</version >
93
+ </dependency >
94
+
89
95
90
96
<dependency >
91
97
<groupId >com.fasterxml.jackson.core</groupId >
185
191
<plugin >
186
192
<groupId >org.apache.maven.plugins</groupId >
187
193
<artifactId >maven-surefire-plugin</artifactId >
188
- <version >2.21 .0</version >
194
+ <version >2.22 .0</version >
189
195
<configuration >
190
196
<reportFormat >plain</reportFormat >
191
197
</configuration >
You can’t perform that action at this time.
0 commit comments