Skip to content

Commit

Permalink
fix: upgrade io.jsonwebtoken:jjwt-impl from 0.12.5 to 0.12.6
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade io.jsonwebtoken:jjwt-impl from 0.12.5 to 0.12.6.

See this package in maven:
io.jsonwebtoken:jjwt-impl

See this project in Snyk:
https://app.snyk.io/org/rodolphe33/project/50b1e36b-07f9-4dfc-8580-aa23287fbb83?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Jul 19, 2024
1 parent f235b73 commit 197d82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-impl</artifactId>
<version>0.12.5</version>
<version>0.12.6</version>
</dependency>
<!-- BCrypt -->
<dependency>
Expand Down

0 comments on commit 197d82c

Please sign in to comment.