diff --git a/build.gradle b/build.gradle index 53b0c4bc..7f113720 100644 --- a/build.gradle +++ b/build.gradle @@ -65,7 +65,7 @@ dependencies { implementation 'org.eclipse.jetty:jetty-servlet:9.4.3.v20170317' // https://github.com/auth0/java-jwt - implementation 'com.auth0:java-jwt:3.18.1' + implementation 'com.auth0:java-jwt:4.4.0' // https://commons.apache.org/proper/commons-text/dependency-info.html implementation 'org.apache.commons:commons-text:1.9'