Skip to content

Commit

Permalink
Update dependency com.nimbusds:nimbus-jose-jwt to v9.40 (#1650)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 29, 2024
1 parent 509edf7 commit 734467b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ dependencies {
implementation 'com.github.hmcts:idam-java-client:2.1.1'
implementation "org.springframework.boot:spring-boot-starter-oauth2-client"
implementation "org.springframework.boot:spring-boot-starter-oauth2-resource-server"
implementation group: 'com.nimbusds', name: 'nimbus-jose-jwt', version: '9.25'
implementation group: 'com.nimbusds', name: 'nimbus-jose-jwt', version: '9.40'
implementation group: 'commons-lang', name: 'commons-lang', version: '2.6'
implementation 'org.springframework.boot:spring-boot-starter-validation'
//Fix for CVE-2021-29425
Expand Down

0 comments on commit 734467b

Please sign in to comment.