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 ca0bb75d39 Bump com.github.ben-manes.caffeine:caffeine from 3.2.3 to
3.2.4
ca0bb75d39 is described below
commit ca0bb75d39126f0b6481667e1b03d97ef82d692f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 4 17:38:55 2026 +0000
Bump com.github.ben-manes.caffeine:caffeine from 3.2.3 to 3.2.4
Bumps
[com.github.ben-manes.caffeine:caffeine](https://github.com/ben-manes/caffeine)
from 3.2.3 to 3.2.4.
- [Release notes](https://github.com/ben-manes/caffeine/releases)
- [Commits](https://github.com/ben-manes/caffeine/compare/v3.2.3...v3.2.4)
---
updated-dependencies:
- dependency-name: com.github.ben-manes.caffeine:caffeine
dependency-version: 3.2.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 aefedd343f..62d7e5b5a2 100644
--- a/dependencies.gradle
+++ b/dependencies.gradle
@@ -18,7 +18,7 @@
*/
dependencies {
implementation 'com.drewnoakes:metadata-extractor:2.20.0'
- implementation 'com.github.ben-manes.caffeine:caffeine:3.2.3'
+ implementation 'com.github.ben-manes.caffeine:caffeine:3.2.4'
implementation 'com.google.guava:guava:33.6.0-jre'
implementation 'com.google.zxing:core:3.5.4'
implementation
'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2'