Browse Source

Upgrade to Nimbus JOSE JWT 9.10

Closes gh-27039
pull/27157/head
Stephane Nicoll 5 years ago
parent
commit
254a29f9be
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save