Skip to content

Commit 78b7f0c

Browse files
Update all maven test dependencies
1 parent a297a54 commit 78b7f0c

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>
@@ -210,25 +210,25 @@
210210
<dependency>
211211
<groupId>org.wiremock.integrations</groupId>
212212
<artifactId>wiremock-spring-boot</artifactId>
213-
<version>3.8.2</version>
213+
<version>3.10.6</version>
214214
<scope>test</scope>
215215
</dependency>
216216
<dependency>
217217
<groupId>dev.vality</groupId>
218218
<artifactId>testcontainers-annotations</artifactId>
219-
<version>3.0.0</version>
219+
<version>3.3.2</version>
220220
<scope>test</scope>
221221
</dependency>
222222
<dependency>
223223
<groupId>io.zonky.test</groupId>
224224
<artifactId>embedded-postgres</artifactId>
225-
<version>2.1.0</version>
225+
<version>2.1.1</version>
226226
<scope>test</scope>
227227
</dependency>
228228
<dependency>
229229
<groupId>io.zonky.test.postgres</groupId>
230230
<artifactId>embedded-postgres-binaries-darwin-amd64</artifactId>
231-
<version>17.4.0</version>
231+
<version>17.6.0</version>
232232
<scope>test</scope>
233233
</dependency>
234234
<dependency>

0 commit comments

Comments
 (0)