From 4242d50d39d8a2825dda637ef6e3de5fc65718a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 11:34:00 +0000 Subject: [PATCH] Bump com.github.ben-manes.caffeine:caffeine from 2.9.3 to 3.2.2 Bumps [com.github.ben-manes.caffeine:caffeine](https://github.com/ben-manes/caffeine) from 2.9.3 to 3.2.2. - [Release notes](https://github.com/ben-manes/caffeine/releases) - [Commits](https://github.com/ben-manes/caffeine/compare/v2.9.3...v3.2.2) --- updated-dependencies: - dependency-name: com.github.ben-manes.caffeine:caffeine dependency-version: 3.2.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- service/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/build.gradle b/service/build.gradle index e1018265..87856b96 100644 --- a/service/build.gradle +++ b/service/build.gradle @@ -326,7 +326,7 @@ dependencies { // ### General application dependencies ### implementation 'ch.qos.logback:logback-classic:1.1.2' - implementation 'com.github.ben-manes.caffeine:caffeine:2.9.3' + implementation 'com.github.ben-manes.caffeine:caffeine:3.2.2' implementation "com.github.kbase:auth2_client_java:$VER_AUTH2_CLIENT" implementation("com.github.kbase:handle_service2:1.0.6") { exclude group: 'net.java.dev.jna' // breaks shadow jar