We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58bba07 commit 37fa1f1Copy full SHA for 37fa1f1
dependencies/spring-authorization-server-dependencies.gradle
@@ -11,7 +11,7 @@ dependencies {
11
api platform("org.springframework.security:spring-security-bom:$springSecurityVersion")
12
api platform("com.fasterxml.jackson:jackson-bom:2.14.2")
13
constraints {
14
- api "com.nimbusds:nimbus-jose-jwt:9.30.2"
+ api "com.nimbusds:nimbus-jose-jwt:9.31"
15
api "jakarta.servlet:jakarta.servlet-api:6.0.0"
16
api "org.junit.jupiter:junit-jupiter:5.9.2"
17
api "org.assertj:assertj-core:3.24.2"
0 commit comments