We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f3f848 commit 5b622ceCopy full SHA for 5b622ce
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.22"
+ api "com.nimbusds:nimbus-jose-jwt:9.23"
15
api "jakarta.servlet:jakarta.servlet-api:5.0.0"
16
api "junit:junit:4.13.2"
17
api "org.assertj:assertj-core:3.22.0"
0 commit comments