Update all maven test dependencies

This commit is contained in:
renovate[bot] 2024-10-31 15:50:10 +00:00 committed by GitHub
parent 28c27b14b3
commit 9436ce159b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -155,13 +155,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.springframework.cloud</groupId>
<artifactId>spring-cloud-contract-wiremock</artifactId>
<version>4.1.0</version>
<version>4.1.4</version>
<scope>test</scope>
</dependency>
</dependencies>