Browse Source

Upgrade to Nimbus JOSE JWT 9.8.1

Closes gh-26077
pull/26078/head
Stephane Nicoll 5 years ago
parent
commit
15f0d3d2f3
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save