This is an automated email from the ASF dual-hosted git repository.
jacopoc 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 30c83b92f4 Bump com.github.ben-manes.caffeine:caffeine from 3.2.3 to
3.2.4
30c83b92f4 is described below
commit 30c83b92f4a7b1e9c72291d0bf4a41da2ff4e9ad
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 4 17:40:25 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 b159778db0..629b35b4e5 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.zxing:core:3.5.4'
implementation
'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2'
implementation 'com.googlecode.ez-vcard:ez-vcard:0.12.2'