From 0930df7734b6081652967115b3ba87a73e43b1bd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 29 Sep 2020 23:50:34 +0000 Subject: [PATCH] fix: upgrade io.jsonwebtoken:jjwt from 0.7.0 to 0.9.1 Snyk has created this PR to upgrade io.jsonwebtoken:jjwt from 0.7.0 to 0.9.1. See this package in Maven Repository: https://mvnrepository.com/artifact/io.jsonwebtoken/jjwt/ See this project in Snyk: https://app.snyk.io/org/checkoss/project/ed1d3c1d-2ca3-4593-b757-14eef56802a6?utm_source=github&utm_medium=upgrade-pr --- webgoat-lessons/jwt/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webgoat-lessons/jwt/pom.xml b/webgoat-lessons/jwt/pom.xml index aef4498b76..573b918eb5 100644 --- a/webgoat-lessons/jwt/pom.xml +++ b/webgoat-lessons/jwt/pom.xml @@ -13,7 +13,7 @@ io.jsonwebtoken jjwt - 0.7.0 + 0.9.1 org.springframework.security