From b4633ddcb1f83c08450c5aa62e05d98830ea66fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 17:40:25 +0000 Subject: [PATCH] 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] --- dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.gradle b/dependencies.gradle index b159778db03..629b35b4e5d 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'