Skip to content

Commit 066ff48

Browse files
Update all maven test dependencies
1 parent eba88d6 commit 066ff48

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>
@@ -220,13 +220,13 @@
220220
<dependency>
221221
<groupId>org.wiremock.integrations</groupId>
222222
<artifactId>wiremock-spring-boot</artifactId>
223-
<version>3.8.2</version>
223+
<version>4.1.0</version>
224224
<scope>test</scope>
225225
</dependency>
226226
<dependency>
227227
<groupId>dev.vality</groupId>
228228
<artifactId>testcontainers-annotations</artifactId>
229-
<version>3.3.2</version>
229+
<version>4.0.0</version>
230230
<scope>test</scope>
231231
</dependency>
232232
<dependency>
@@ -238,7 +238,7 @@
238238
<dependency>
239239
<groupId>io.zonky.test.postgres</groupId>
240240
<artifactId>embedded-postgres-binaries-darwin-amd64</artifactId>
241-
<version>17.4.0</version>
241+
<version>18.1.0</version>
242242
<scope>test</scope>
243243
</dependency>
244244
<dependency>

0 commit comments

Comments
 (0)