Skip to content

Commit 360d68c

Browse files
Update all maven test dependencies
1 parent 20ec733 commit 360d68c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

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

1212
<artifactId>org-manager</artifactId>
13-
<version>0.0.1-SNAPSHOT</version>
13+
<version>0.0.2-SNAPSHOT</version>
1414
<packaging>jar</packaging>
1515

1616
<name>org-manager</name>
@@ -28,7 +28,7 @@
2828
<keycloak.version>17.0.0</keycloak.version>
2929
<schedlock.version>4.34.0</schedlock.version>
3030
<swag.organizations.version>1.19-8707f87-server</swag.organizations.version>
31-
<wiremock-jre8-standalone.version>2.32.0</wiremock-jre8-standalone.version>
31+
<wiremock-jre8-standalone.version>2.35.1</wiremock-jre8-standalone.version>
3232
</properties>
3333

3434
<dependencies>
@@ -231,7 +231,7 @@
231231
<dependency>
232232
<groupId>org.springframework.cloud</groupId>
233233
<artifactId>spring-cloud-contract-wiremock</artifactId>
234-
<version>3.1.1</version>
234+
<version>3.1.10</version>
235235
<scope>test</scope>
236236
</dependency>
237237
<dependency>
@@ -243,13 +243,13 @@
243243
<dependency>
244244
<groupId>io.jsonwebtoken</groupId>
245245
<artifactId>jjwt</artifactId>
246-
<version>0.9.1</version>
246+
<version>0.12.6</version>
247247
<scope>test</scope>
248248
</dependency>
249249
<dependency>
250250
<groupId>org.testcontainers</groupId>
251251
<artifactId>postgresql</artifactId>
252-
<version>1.19.1</version>
252+
<version>1.20.5</version>
253253
<scope>test</scope>
254254
<exclusions>
255255
<exclusion>
@@ -261,7 +261,7 @@
261261
<dependency>
262262
<groupId>org.testcontainers</groupId>
263263
<artifactId>junit-jupiter</artifactId>
264-
<version>1.19.1</version>
264+
<version>1.20.5</version>
265265
<scope>test</scope>
266266
</dependency>
267267
</dependencies>

0 commit comments

Comments
 (0)