Skip to content

Commit

Permalink
upgrade jsonwebtoken
Browse files Browse the repository at this point in the history
  • Loading branch information
Parisa68 committed Feb 1, 2024
1 parent d8e9193 commit e4d24ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-impl</artifactId>
<version>0.12.3</version>
<version>0.12.4</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-jackson</artifactId>
<version>0.12.3</version>
<version>0.12.4</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit e4d24ff

Please sign in to comment.