We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 193f05f commit d6ee0aeCopy full SHA for d6ee0ae
1 file changed
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
12
<artifactId>anapi-v2</artifactId>
13
- <version>1.0.3</version>
+ <version>1.0.4</version>
14
<packaging>jar</packaging>
15
16
<name>anapi-v2</name>
@@ -248,7 +248,7 @@
248
<dependency>
249
<groupId>io.jsonwebtoken</groupId>
250
<artifactId>jjwt</artifactId>
251
- <version>0.9.1</version>
+ <version>0.12.4</version>
252
<scope>test</scope>
253
</dependency>
254
@@ -260,7 +260,7 @@
260
261
<groupId>org.springframework.cloud</groupId>
262
<artifactId>spring-cloud-contract-wiremock</artifactId>
263
- <version>3.1.4</version>
+ <version>3.1.10</version>
264
265
266
</dependencies>
0 commit comments