Browse Source

Upgrade to Nimbus JOSE JWT 9.1.1

Closes gh-23901
pull/23914/head
Andy Wilkinson 5 years ago
parent
commit
b414fd1f3d
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save