diff --git a/build.gradle b/build.gradle index 0290a96..4c12e33 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ dependencies { api "net.lenni0451.commons:httpclient:1.4.1" api "com.google.code.gson:gson:2.10.1" - api "io.jsonwebtoken:jjwt-impl:0.12.3" + api "io.jsonwebtoken:jjwt-impl:0.12.4" api("io.jsonwebtoken:jjwt-gson:0.12.3") { exclude group: "com.google.code.gson", module: "gson" }