We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc73cb8 commit 8f4b6b2Copy full SHA for 8f4b6b2
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.13.3")
13
constraints {
14
- api "com.nimbusds:nimbus-jose-jwt:9.23"
+ api "com.nimbusds:nimbus-jose-jwt:9.24.4"
15
api "jakarta.servlet:jakarta.servlet-api:5.0.0"
16
api "junit:junit:4.13.2"
17
api "org.assertj:assertj-core:3.23.1"
0 commit comments