Updated io.jsonwebtoken libs to 0.11.2

ccm-docs
Jens Pelzetter 2020-06-23 16:38:47 +02:00
parent a4ffc36fea
commit 80f61999b8
1 changed files with 3 additions and 3 deletions

View File

@ -520,17 +520,17 @@
<dependency> <dependency>
<groupId>io.jsonwebtoken</groupId> <groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-api</artifactId> <artifactId>jjwt-api</artifactId>
<version>0.10.6</version> <version>0.11.2</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>io.jsonwebtoken</groupId> <groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-impl</artifactId> <artifactId>jjwt-impl</artifactId>
<version>0.10.6</version> <version>0.11.2</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>io.jsonwebtoken</groupId> <groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-jackson</artifactId> <artifactId>jjwt-jackson</artifactId>
<version>0.10.6</version> <version>0.11.2</version>
</dependency> </dependency>
<!-- <!--