Skip to content

Commit 3c34214

Browse files
[Snyk] Upgrade io.jsonwebtoken:jjwt-impl from 0.10.5 to 0.11.5 (#130)
* fix: upgrade io.jsonwebtoken:jjwt-impl from 0.10.5 to 0.11.5 * chore: upgrade dependency versions of `io.jsonwebtoken` to `0.12.3` --------- Co-authored-by: Felix Seifert <[email protected]>
1 parent a0ef6e1 commit 3c34214

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
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.11.5</version>
175+
<version>0.12.3</version>
176176
</dependency>
177177
<dependency>
178178
<groupId>io.opencensus</groupId>
@@ -182,13 +182,13 @@
182182
<dependency>
183183
<groupId>io.jsonwebtoken</groupId>
184184
<artifactId>jjwt-impl</artifactId>
185-
<version>0.10.5</version>
185+
<version>0.12.3</version>
186186
<scope>runtime</scope>
187187
</dependency>
188188
<dependency>
189189
<groupId>io.jsonwebtoken</groupId>
190190
<artifactId>jjwt-jackson</artifactId>
191-
<version>0.10.5</version>
191+
<version>0.12.3</version>
192192
<scope>runtime</scope>
193193
</dependency>
194194
<dependency>

0 commit comments

Comments
 (0)