We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5387d31 commit 510fa80Copy full SHA for 510fa80
build.gradle
@@ -378,6 +378,7 @@ dependencies {
378
implementation group: 'com.github.hmcts', name: 'service-auth-provider-java-client', version: versions.reformS2sClient
379
implementation group: 'io.jsonwebtoken', name: 'jjwt', version:'0.9.1'
380
implementation group: 'com.auth0', name: 'java-jwt', version: '4.5.0'
381
+
382
implementation group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-jsr310', version: versions.jackson
383
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: versions.jackson
384
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: versions.jackson
0 commit comments