This is an automated email from the ASF dual-hosted git repository.
jacopoc 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 55e706ae7d Bump com.auth0:jwks-rsa from 0.23.1 to 0.24.0
55e706ae7d is described below
commit 55e706ae7d1d8649126bfb58bea567607a2760d1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu May 7 13:44:43 2026 +0000
Bump com.auth0:jwks-rsa from 0.23.1 to 0.24.0
Bumps [com.auth0:jwks-rsa](https://github.com/auth0/jwks-rsa-java) from
0.23.1 to 0.24.0.
- [Release notes](https://github.com/auth0/jwks-rsa-java/releases)
-
[Changelog](https://github.com/auth0/jwks-rsa-java/blob/master/CHANGELOG.md)
- [Commits](https://github.com/auth0/jwks-rsa-java/compare/0.23.1...0.24.0)
---
updated-dependencies:
- dependency-name: com.auth0:jwks-rsa
dependency-version: 0.24.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 f1ae178360..102c3f1251 100644
--- a/dependencies.gradle
+++ b/dependencies.gradle
@@ -77,7 +77,7 @@ dependencies {
implementation 'oro:oro:2.0.8'
implementation 'wsdl4j:wsdl4j:1.6.3'
implementation 'com.auth0:java-jwt:4.5.2'
- implementation 'com.auth0:jwks-rsa:0.23.1'
+ implementation 'com.auth0:jwks-rsa:0.24.0'
implementation 'org.jdom:jdom2:2.0.6.1'
implementation 'com.google.re2j:re2j:1.8'
implementation 'xerces:xercesImpl:2.12.2'