Skip to content

Commit 4d8cc78

Browse files
Update all maven test dependencies
1 parent 70ce52f commit 4d8cc78

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<artifactId>disputes-api</artifactId>
13-
<version>1.0.0</version>
13+
<version>1.0.1</version>
1414
<packaging>jar</packaging>
1515

1616
<name>disputes-api</name>
@@ -211,31 +211,31 @@
211211
<dependency>
212212
<groupId>org.wiremock.integrations</groupId>
213213
<artifactId>wiremock-spring-boot</artifactId>
214-
<version>3.8.2</version>
214+
<version>3.10.6</version>
215215
<scope>test</scope>
216216
</dependency>
217217
<dependency>
218218
<groupId>dev.vality</groupId>
219219
<artifactId>testcontainers-annotations</artifactId>
220-
<version>3.0.0</version>
220+
<version>3.3.2</version>
221221
<scope>test</scope>
222222
</dependency>
223223
<dependency>
224224
<groupId>io.zonky.test</groupId>
225225
<artifactId>embedded-postgres</artifactId>
226-
<version>2.1.0</version>
226+
<version>2.2.0</version>
227227
<scope>test</scope>
228228
</dependency>
229229
<dependency>
230230
<groupId>io.zonky.test.postgres</groupId>
231231
<artifactId>embedded-postgres-binaries-darwin-amd64</artifactId>
232-
<version>17.4.0</version>
232+
<version>17.7.0</version>
233233
<scope>test</scope>
234234
</dependency>
235235
<dependency>
236236
<groupId>io.zonky.test</groupId>
237237
<artifactId>embedded-database-spring-test</artifactId>
238-
<version>2.6.0</version>
238+
<version>2.7.1</version>
239239
<scope>test</scope>
240240
</dependency>
241241
</dependencies>

0 commit comments

Comments
 (0)