From b414fd1f3dc6195cd50f69173267415c482aa0ea Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 26 Oct 2020 13:02:07 +0000 Subject: [PATCH] Upgrade to Nimbus JOSE JWT 9.1.1 Closes gh-23901 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index fbcebc41a74..d10324daaab 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1198,7 +1198,7 @@ bom { ] } } - library("Nimbus JOSE JWT", "9.0.1") { + library("Nimbus JOSE JWT", "9.1.1") { group("com.nimbusds") { modules = [ "nimbus-jose-jwt"