From 858e1948ddd98220f3faaf53b13743fba59d9c6c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 25 Aug 2020 08:48:33 +0100 Subject: [PATCH] Polish "Added dependency management for nimbus-jose-jwt" See gh-22996 --- 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 ae38c638a1..0e3b6f3cc9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1265,7 +1265,7 @@ bom { ] } } - library("Nimbus Jose JWT", "8.8") { + library("Nimbus JOSE JWT", "8.8") { group("com.nimbusds") { modules = [ "nimbus-jose-jwt"