Skip to content

Commit 427647c

Browse files
Update all maven test dependencies
1 parent eba88d6 commit 427647c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 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,7 +220,7 @@
220220
<dependency>
221221
<groupId>org.wiremock.integrations</groupId>
222222
<artifactId>wiremock-spring-boot</artifactId>
223-
<version>3.8.2</version>
223+
<version>3.10.6</version>
224224
<scope>test</scope>
225225
</dependency>
226226
<dependency>
@@ -232,19 +232,19 @@
232232
<dependency>
233233
<groupId>io.zonky.test</groupId>
234234
<artifactId>embedded-postgres</artifactId>
235-
<version>2.1.0</version>
235+
<version>2.2.2</version>
236236
<scope>test</scope>
237237
</dependency>
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>17.9.0</version>
242242
<scope>test</scope>
243243
</dependency>
244244
<dependency>
245245
<groupId>io.zonky.test</groupId>
246246
<artifactId>embedded-database-spring-test</artifactId>
247-
<version>2.6.0</version>
247+
<version>2.8.0</version>
248248
<scope>test</scope>
249249
</dependency>
250250
</dependencies>

0 commit comments

Comments
 (0)