Skip to content

Commit a0ef6e1

Browse files
authored
fix: upgrade io.jsonwebtoken:jjwt-api from 0.10.5 to 0.11.5 (#129)
Snyk has created this PR to upgrade io.jsonwebtoken:jjwt-api from 0.10.5 to 0.11.5. See this package in Maven Repository: https://mvnrepository.com/artifact/io.jsonwebtoken/jjwt-api/ See this project in Snyk: https://app.snyk.io/org/spotify-foss/project/d28d0545-d982-459c-a6a7-2fa44edc3d80?utm_source=github&utm_medium=referral&page=upgrade-pr
1 parent 6c98705 commit a0ef6e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
<dependency>
173173
<groupId>io.jsonwebtoken</groupId>
174174
<artifactId>jjwt-api</artifactId>
175-
<version>0.10.5</version>
175+
<version>0.11.5</version>
176176
</dependency>
177177
<dependency>
178178
<groupId>io.opencensus</groupId>

0 commit comments

Comments
 (0)