Skip to content

Commit 558735a

Browse files
Update all maven test dependencies
1 parent 29d436c commit 558735a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pom.xml

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

1212
<artifactId>disputes-api</artifactId>
13-
<version>0.0.3</version>
13+
<version>0.0.4</version>
1414
<packaging>jar</packaging>
1515

1616
<name>disputes-api</name>
@@ -223,31 +223,31 @@
223223
<dependency>
224224
<groupId>io.jsonwebtoken</groupId>
225225
<artifactId>jjwt-impl</artifactId>
226-
<version>0.12.5</version>
226+
<version>0.12.6</version>
227227
<scope>test</scope>
228228
</dependency>
229229
<dependency>
230230
<groupId>io.jsonwebtoken</groupId>
231231
<artifactId>jjwt-api</artifactId>
232-
<version>0.12.5</version>
232+
<version>0.12.6</version>
233233
<scope>test</scope>
234234
</dependency>
235235
<dependency>
236236
<groupId>io.jsonwebtoken</groupId>
237237
<artifactId>jjwt-jackson</artifactId>
238-
<version>0.12.5</version>
238+
<version>0.12.6</version>
239239
<scope>test</scope>
240240
</dependency>
241241
<dependency>
242242
<groupId>com.github.tomakehurst</groupId>
243243
<artifactId>wiremock-jre8-standalone</artifactId>
244-
<version>2.35.1</version>
244+
<version>2.35.2</version>
245245
<scope>test</scope>
246246
</dependency>
247247
<dependency>
248248
<groupId>org.springframework.cloud</groupId>
249249
<artifactId>spring-cloud-contract-wiremock</artifactId>
250-
<version>4.1.3</version>
250+
<version>4.2.0</version>
251251
<scope>test</scope>
252252
</dependency>
253253
<dependency>
@@ -259,19 +259,19 @@
259259
<dependency>
260260
<groupId>io.zonky.test</groupId>
261261
<artifactId>embedded-postgres</artifactId>
262-
<version>2.0.7</version>
262+
<version>2.1.0</version>
263263
<scope>test</scope>
264264
</dependency>
265265
<dependency>
266266
<groupId>io.zonky.test.postgres</groupId>
267267
<artifactId>embedded-postgres-binaries-darwin-amd64</artifactId>
268-
<version>16.2.0</version>
268+
<version>16.6.0</version>
269269
<scope>test</scope>
270270
</dependency>
271271
<dependency>
272272
<groupId>io.zonky.test</groupId>
273273
<artifactId>embedded-database-spring-test</artifactId>
274-
<version>2.5.1</version>
274+
<version>2.6.0</version>
275275
<scope>test</scope>
276276
</dependency>
277277
</dependencies>

0 commit comments

Comments
 (0)