From 7383789511e1c648f002475bbe9050f183c40a83 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 18 Feb 2023 20:13:21 +0000 Subject: [PATCH 1/2] fix: upgrade io.jsonwebtoken:jjwt-impl from 0.10.5 to 0.11.5 Snyk has created this PR to upgrade io.jsonwebtoken:jjwt-impl from 0.10.5 to 0.11.5. See this package in Maven Repository: https://mvnrepository.com/artifact/io.jsonwebtoken/jjwt-impl/ 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 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 82905b8d..3520dbef 100644 --- a/pom.xml +++ b/pom.xml @@ -182,7 +182,7 @@ io.jsonwebtoken jjwt-impl - 0.10.5 + 0.11.5 runtime From ab15cfad5997d893165cf7e28deb4d19b6e0b599 Mon Sep 17 00:00:00 2001 From: Felix Seifert Date: Mon, 30 Oct 2023 15:27:34 +0100 Subject: [PATCH 2/2] chore: upgrade dependency versions of `io.jsonwebtoken` to `0.12.3` --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 3520dbef..76156b6f 100644 --- a/pom.xml +++ b/pom.xml @@ -172,7 +172,7 @@ io.jsonwebtoken jjwt-api - 0.11.5 + 0.12.3 io.opencensus @@ -182,13 +182,13 @@ io.jsonwebtoken jjwt-impl - 0.11.5 + 0.12.3 runtime io.jsonwebtoken jjwt-jackson - 0.10.5 + 0.12.3 runtime