Skip to content

Commit 192fb6a

Browse files
Update dependency io.jsonwebtoken:jjwt to v0.12.6
1 parent 4dbf71e commit 192fb6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ dependencies {
378378
testImplementation group: 'net.serenity-bdd', name: 'serenity-junit', version: '3.8.1'
379379
implementation group: 'com.sun.xml.bind', name: 'jaxb-osgi', version: '2.3.9'
380380
implementation group: 'com.github.hmcts', name: 'service-auth-provider-java-client', version: versions.reformS2sClient
381-
implementation group: 'io.jsonwebtoken', name: 'jjwt', version:'0.9.1'
381+
implementation group: 'io.jsonwebtoken', name: 'jjwt', version:'0.12.6'
382382
implementation group: 'com.auth0', name: 'java-jwt', version: '4.4.0'
383383
implementation group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-jsr310'
384384
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core'

0 commit comments

Comments
 (0)