This commit is contained in:
mmm8955405 2024-03-30 21:16:13 +08:00
parent fe769f0b53
commit 0d5e8a8c07
2 changed files with 3 additions and 4 deletions

View File

@ -230,17 +230,17 @@
<dependency> <dependency>
<groupId>io.jsonwebtoken</groupId> <groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-api</artifactId> <artifactId>jjwt-api</artifactId>
<version>0.12.5</version> <version>0.11.5</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>io.jsonwebtoken</groupId> <groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-impl</artifactId> <artifactId>jjwt-impl</artifactId>
<version>0.12.5</version> <version>0.11.5</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>io.jsonwebtoken</groupId> <groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-jackson</artifactId> <artifactId>jjwt-jackson</artifactId>
<version>0.12.5</version> <version>0.11.5</version>
</dependency> </dependency>

View File

@ -105,7 +105,6 @@ public class JwtUtil {
return claims; return claims;
} }
@SuppressWarnings({ "rawtypes", "unchecked" }) @SuppressWarnings({ "rawtypes", "unchecked" })
public JwtBuilder jwtBuilder() { public JwtBuilder jwtBuilder() {
return Jwts.builder() return Jwts.builder()