Преглед изворни кода

Update to nimbus-jose-jwt:9.31

Closes gh-1132
Steve Riesenberg пре 2 година
родитељ
комит
37fa1f1031
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      dependencies/spring-authorization-server-dependencies.gradle

+ 1 - 1
dependencies/spring-authorization-server-dependencies.gradle

@@ -11,7 +11,7 @@ dependencies {
 	api platform("org.springframework.security:spring-security-bom:$springSecurityVersion")
 	api platform("com.fasterxml.jackson:jackson-bom:2.14.2")
 	constraints {
-		api "com.nimbusds:nimbus-jose-jwt:9.30.2"
+		api "com.nimbusds:nimbus-jose-jwt:9.31"
 		api "jakarta.servlet:jakarta.servlet-api:6.0.0"
 		api "org.junit.jupiter:junit-jupiter:5.9.2"
 		api "org.assertj:assertj-core:3.24.2"