Browse Source

Upgrade to Nimbus JOSE JWT 8.22.1

Closes gh-27699
pull/28061/head
Stephane Nicoll 4 years ago
parent
commit
afaf4421d0
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1207,7 +1207,7 @@ bom { @@ -1207,7 +1207,7 @@ bom {
}
}
library("Nimbus JOSE JWT") {
version("8.22") {
version("8.22.1") {
shouldAlignWithVersionFrom("Spring Security")
}
group("com.nimbusds") {

Loading…
Cancel
Save