Skip to content

Commit

Permalink
Update to nimbus-jose-jwt:9.23
Browse files Browse the repository at this point in the history
Closes gh-857
  • Loading branch information
jgrandja committed Aug 16, 2022
1 parent 03b31d9 commit 6701913
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
api platform("org.springframework.security:spring-security-bom:$springSecurityVersion")
api platform("com.fasterxml.jackson:jackson-bom:2.13.3")
constraints {
api "com.nimbusds:nimbus-jose-jwt:9.22"
api "com.nimbusds:nimbus-jose-jwt:9.23"
api "javax.servlet:javax.servlet-api:4.0.1"
api "junit:junit:4.13.2"
api "org.assertj:assertj-core:3.22.0"
Expand Down

0 comments on commit 6701913

Please sign in to comment.