From 3d2091136af3cdbba420d392e34d67b7f8935799 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 20 Oct 2021 08:47:14 +0200 Subject: [PATCH] Upgrade to Nimbus JOSE JWT 8.23 Closes gh-28392 --- 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 3f622a0f4f..6d2ca786f2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1214,7 +1214,7 @@ bom { } } library("Nimbus JOSE JWT") { - version("8.22.1") { + version("8.23") { shouldAlignWithVersionFrom("Spring Security") } group("com.nimbusds") {