Update all maven test dependencies

This commit is contained in:
renovate[bot] 2024-10-23 00:05:11 +00:00 committed by GitHub
parent 20ec7337b3
commit 1fd54c5248
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

10
pom.xml
View File

@ -10,7 +10,7 @@
</parent>
<artifactId>org-manager</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.2-SNAPSHOT</version>
<packaging>jar</packaging>
<name>org-manager</name>
@ -231,7 +231,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-contract-wiremock</artifactId>
<version>3.1.1</version>
<version>3.1.10</version>
<scope>test</scope>
</dependency>
<dependency>
@ -243,13 +243,13 @@
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt</artifactId>
<version>0.9.1</version>
<version>0.12.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>postgresql</artifactId>
<version>1.19.1</version>
<version>1.20.3</version>
<scope>test</scope>
<exclusions>
<exclusion>
@ -261,7 +261,7 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>junit-jupiter</artifactId>
<version>1.19.1</version>
<version>1.20.3</version>
<scope>test</scope>
</dependency>
</dependencies>