Skip to content

Commit e13b26e

Browse files
Update all maven test dependencies
1 parent 388c38b commit e13b26e

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

pom.xml

Lines changed: 5 additions & 8 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.1</version>
1414
<packaging>jar</packaging>
1515

1616
<name>org-manager</name>
@@ -231,8 +231,7 @@
231231
<dependency>
232232
<groupId>org.springframework.cloud</groupId>
233233
<artifactId>spring-cloud-contract-wiremock</artifactId>
234-
<version>3.1.1</version>
235-
<scope>test</scope>
234+
<version>3.1.1</ve3.1.10</scope>
236235
</dependency>
237236
<dependency>
238237
<groupId>com.github.tomakehurst</groupId>
@@ -243,14 +242,12 @@
243242
<dependency>
244243
<groupId>io.jsonwebtoken</groupId>
245244
<artifactId>jjwt</artifactId>
246-
<version>0.9.1</version>
247-
<scope>test</scope>
245+
<version>0.9.1</ve0.12.5</scope>
248246
</dependency>
249247
<dependency>
250248
<groupId>org.testcontainers</groupId>
251249
<artifactId>postgresql</artifactId>
252-
<version>1.19.1</version>
253-
<scope>test</scope>
250+
<version>1.19.1</v1.19.4</scope>
254251
<exclusions>
255252
<exclusion>
256253
<groupId>org.rnorth.visible-assertions</groupId>
@@ -261,7 +258,7 @@
261258
<dependency>
262259
<groupId>org.testcontainers</groupId>
263260
<artifactId>junit-jupiter</artifactId>
264-
<version>1.19.1</version>
261+
<version>1.19.4</version>
265262
<scope>test</scope>
266263
</dependency>
267264
</dependencies>

0 commit comments

Comments
 (0)