From f409ff226dd258d1fa71be894c6c10fb6c66ee86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 May 2025 00:33:34 +0000 Subject: [PATCH] Bump com.github.ben-manes.caffeine:caffeine from 3.1.1 to 3.2.0 Bumps [com.github.ben-manes.caffeine:caffeine](https://github.com/ben-manes/caffeine) from 3.1.1 to 3.2.0. - [Release notes](https://github.com/ben-manes/caffeine/releases) - [Commits](https://github.com/ben-manes/caffeine/compare/v3.1.1...v3.2.0) --- updated-dependencies: - dependency-name: com.github.ben-manes.caffeine:caffeine dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- application/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/build.gradle b/application/build.gradle index 61aec1dca9..e7abe87ef1 100644 --- a/application/build.gradle +++ b/application/build.gradle @@ -73,7 +73,7 @@ dependencies { implementation 'io.github.url-detector:url-detector:0.1.23' - implementation 'com.github.ben-manes.caffeine:caffeine:3.1.1' + implementation 'com.github.ben-manes.caffeine:caffeine:3.2.0' implementation 'org.kohsuke:github-api:1.327'