This is an automated email from the ASF dual-hosted git repository.
mridulpathak pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/trunk by this push:
new e97f6f3e8d Bump com.auth0:java-jwt from 4.5.2 to 4.6.0
e97f6f3e8d is described below
commit e97f6f3e8dc028caec5151b1038493151dff989e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 27 14:17:12 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]>
---
gradle/libs.versions.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 7b5c3e10af..863826c001 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -89,7 +89,7 @@ jersey = "3.1.12"
swagger = "2.2.54"
oro = "2.0.8"
wsdl4j = "1.6.3"
-java-jwt = "4.5.2"
+java-jwt = "4.6.0"
jwks-rsa = "0.24.1"
jdom2 = "2.0.6.1"
re2j = "1.8"