Skip to content

Commit fbaf89e

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 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,13 +211,13 @@
211211
<dependency>
212212
<groupId>org.wiremock.integrations</groupId>
213213
<artifactId>wiremock-spring-boot</artifactId>
214-
<version>3.8.2</version>
214+
<version>4.0.8</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>4.0.0</version>
221221
<scope>test</scope>
222222
</dependency>
223223
<dependency>
@@ -229,7 +229,7 @@
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>18.1.0</version>
233233
<scope>test</scope>
234234
</dependency>
235235
<dependency>

0 commit comments

Comments
 (0)