Skip to content

Commit 014725a

Browse files
committed
Updated jwt lib.
1 parent 9f1d888 commit 014725a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,20 @@
3535
<dependency>
3636
<groupId>io.jsonwebtoken</groupId>
3737
<artifactId>jjwt-api</artifactId>
38-
<version>0.10.5</version>
38+
<version>0.11.2</version>
3939
</dependency>
4040

4141
<dependency>
4242
<groupId>io.jsonwebtoken</groupId>
4343
<artifactId>jjwt-impl</artifactId>
44-
<version>0.10.5</version>
44+
<version>0.11.2</version>
4545
<scope>runtime</scope>
4646
</dependency>
4747

4848
<dependency>
4949
<groupId>io.jsonwebtoken</groupId>
5050
<artifactId>jjwt-jackson</artifactId>
51-
<version>0.10.5</version>
51+
<version>0.11.2</version>
5252
<scope>runtime</scope>
5353
</dependency>
5454

0 commit comments

Comments
 (0)