Updated io.jsonwebtoken libs to 0.11.2
parent
a4ffc36fea
commit
80f61999b8
6
pom.xml
6
pom.xml
|
|
@ -520,17 +520,17 @@
|
|||
<dependency>
|
||||
<groupId>io.jsonwebtoken</groupId>
|
||||
<artifactId>jjwt-api</artifactId>
|
||||
<version>0.10.6</version>
|
||||
<version>0.11.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.jsonwebtoken</groupId>
|
||||
<artifactId>jjwt-impl</artifactId>
|
||||
<version>0.10.6</version>
|
||||
<version>0.11.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.jsonwebtoken</groupId>
|
||||
<artifactId>jjwt-jackson</artifactId>
|
||||
<version>0.10.6</version>
|
||||
<version>0.11.2</version>
|
||||
</dependency>
|
||||
|
||||
<!--
|
||||
|
|
|
|||
Loading…
Reference in New Issue