Browse Source

[NO JIRA] Update com.auth0:java-jwt to 4.2.1

tags/9.9.0.65466
Matteo Mara 1 year ago
parent
commit
159d13266d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      build.gradle

+ 1
- 1
build.gradle View File

@@ -272,7 +272,7 @@ subprojects {
entry 'jjwt-impl'
entry 'jjwt-jackson'
}
dependency 'com.auth0:java-jwt:4.1.0'
dependency 'com.auth0:java-jwt:4.2.1'
dependency 'io.netty:netty-all:4.1.84.Final'
dependency 'com.sun.mail:javax.mail:1.6.2'
dependency 'javax.annotation:javax.annotation-api:1.3.2'

Loading…
Cancel
Save