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 Oct 22, 2024
1 parent f0cd01f commit 3864463
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 @@ -376,7 +376,7 @@ dependencies {
testImplementation group: 'net.serenity-bdd', name: 'serenity-junit', version: '3.8.1'
implementation group: 'com.sun.xml.bind', name: 'jaxb-osgi', version: '2.3.9'
implementation group: 'com.github.hmcts', name: 'service-auth-provider-java-client', version: versions.reformS2sClient
implementation group: 'io.jsonwebtoken', name: 'jjwt', version:'0.9.1'
implementation group: 'io.jsonwebtoken', name: 'jjwt', version:'0.12.6'
implementation group: 'com.auth0', name: 'java-jwt', version: '4.4.0'
implementation group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-jsr310'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core'
Expand Down

0 comments on commit 3864463

Please sign in to comment.