This is an automated email from the ASF dual-hosted git repository.
mridulpathak pushed a commit to branch release24.09
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/release24.09 by this push:
new cf9dacdd45 Bump com.auth0:java-jwt from 4.5.2 to 4.6.0
cf9dacdd45 is described below
commit cf9dacdd45ce7c40d229b904e19f5dce97a82da7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 27 10:55:29 2026 +0000
Bump com.auth0:java-jwt from 4.5.2 to 4.6.0
Bumps [com.auth0:java-jwt](https://github.com/auth0/java-jwt) from 4.5.2 to
4.6.0.
- [Release notes](https://github.com/auth0/java-jwt/releases)
- [Changelog](https://github.com/auth0/java-jwt/blob/master/CHANGELOG.md)
- [Commits](https://github.com/auth0/java-jwt/compare/4.5.2...4.6.0)
---
updated-dependencies:
- dependency-name: com.auth0:java-jwt
dependency-version: 4.6.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
dependencies.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dependencies.gradle b/dependencies.gradle
index 7e2ffb8ec2..8a974e6050 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.2'
+ implementation 'com.auth0:java-jwt:4.6.0'
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'