Skip to content

Commit

Permalink
Update dependency io.jsonwebtoken:jjwt to v0.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 5, 2024
1 parent 1eff0bb commit 90e349f
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 @@ -365,7 +365,7 @@ dependencies {
implementation group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-jsr310', version: '2.17.2'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.17.2'
implementation group: 'com.fasterxml.jackson', name: 'jackson-bom', version: '2.17.2', ext: 'pom'
implementation group: 'io.jsonwebtoken', name: 'jjwt', version: '0.9.1'
implementation group: 'io.jsonwebtoken', name: 'jjwt', version: '0.12.6'
implementation group: 'javax.inject', name: 'javax.inject', version: '1'
implementation 'com.github.hmcts:idam-java-client:2.1.1'
implementation "org.springframework.boot:spring-boot-starter-oauth2-client"
Expand Down

0 comments on commit 90e349f

Please sign in to comment.