Browse Source

Polish "Added dependency management for nimbus-jose-jwt"

See gh-22996
pull/23585/head
Andy Wilkinson 5 years ago
parent
commit
858e1948dd
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

2
spring-boot-project/spring-boot-dependencies/build.gradle

@ -1265,7 +1265,7 @@ bom { @@ -1265,7 +1265,7 @@ bom {
]
}
}
library("Nimbus Jose JWT", "8.8") {
library("Nimbus JOSE JWT", "8.8") {
group("com.nimbusds") {
modules = [
"nimbus-jose-jwt"

Loading…
Cancel
Save