diff --git a/dependencies.gradle b/dependencies.gradle index 0ddf24d44a2..b159778db03 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -76,7 +76,7 @@ dependencies { implementation 'com.fasterxml.jackson.core:jackson-databind:2.21.3' implementation 'oro:oro:2.0.8' implementation 'wsdl4j:wsdl4j:1.6.3' - implementation 'com.auth0:java-jwt:4.5.1' + implementation 'com.auth0:java-jwt:4.5.2' implementation 'org.jdom:jdom:1.1.3' // don't upgrade above 1.1.3, makes a lot of not obvious and useless complications, see last commits of OFBIZ-12092 for more implementation 'com.google.re2j:re2j:1.8' implementation 'xerces:xercesImpl:2.12.2'