Skip to content

Commit

Permalink
Update dependency com.nimbusds:nimbus-jose-jwt to v9.48 (#1144)
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 Jan 31, 2025
1 parent 55789cf commit 23b3195
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 @@ -382,7 +382,7 @@ dependencies {
implementation group: 'com.fasterxml.jackson', name: 'jackson-bom', version: versions.jackson, ext: 'pom'
implementation group: 'io.jsonwebtoken', name: 'jjwt', version:'0.9.1'
implementation 'com.github.hmcts:idam-java-client:3.0.3'
implementation group: 'com.nimbusds', name: 'nimbus-jose-jwt', version: '9.47'
implementation group: 'com.nimbusds', name: 'nimbus-jose-jwt', version: '9.48'

implementation group: 'org.flywaydb', name: 'flyway-core', version: versions.flywaydb
implementation group: 'org.flywaydb', name: 'flyway-database-postgresql', version: versions.flywaydb
Expand Down

0 comments on commit 23b3195

Please sign in to comment.