diff options
author | Matteo Mara <matteo.mara@sonarsource.com> | 2022-08-16 10:10:13 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-08-17 20:03:08 +0000 |
commit | 1a982ce408ea82b7aa7ed3c49a3a1eebe69aec9b (patch) | |
tree | 25f24b78e825a09792af29c9f973a77a21374958 /build.gradle | |
parent | 56f84ba6ff793deee92bb5cb6258ad90de1941a8 (diff) | |
download | sonarqube-1a982ce408ea82b7aa7ed3c49a3a1eebe69aec9b.tar.gz sonarqube-1a982ce408ea82b7aa7ed3c49a3a1eebe69aec9b.zip |
[NO JIRA] Update JWT to 4.0.0
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 7e2ecf5214a..e2bc89139a5 100644 --- a/build.gradle +++ b/build.gradle @@ -247,7 +247,7 @@ subprojects { entry 'jjwt-impl' entry 'jjwt-jackson' } - dependency 'com.auth0:java-jwt:3.19.2' + dependency 'com.auth0:java-jwt:4.0.0' dependency 'io.netty:netty-all:4.1.77.Final' dependency 'com.sun.mail:javax.mail:1.6.2' dependency 'javax.annotation:javax.annotation-api:1.3.2' |