diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 9ab87eefd1..0e3b6f3cc9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1265,6 +1265,13 @@ bom { ] } } + library("Nimbus JOSE JWT", "8.8") { + group("com.nimbusds") { + modules = [ + "nimbus-jose-jwt" + ] + } + } library("OJDBC", "19.3.0.0") { group("com.oracle.ojdbc") { modules = [