From 32ab5c847546dd5093feab73e1066dc8eaf47ec9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 22:23:20 +0000 Subject: [PATCH] chore(deps)(deps): bump com.github.ben-manes.caffeine:caffeine Bumps [com.github.ben-manes.caffeine:caffeine](https://github.com/ben-manes/caffeine) from 3.1.8 to 3.2.2. - [Release notes](https://github.com/ben-manes/caffeine/releases) - [Commits](https://github.com/ben-manes/caffeine/compare/v3.1.8...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-minor ... Signed-off-by: dependabot[bot] --- Backend/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Backend/build.gradle.kts b/Backend/build.gradle.kts index 4a6ccb5..d4c8186 100644 --- a/Backend/build.gradle.kts +++ b/Backend/build.gradle.kts @@ -60,7 +60,7 @@ dependencies { implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.1.0") implementation("nl.basjes.parse.useragent:yauaa:7.30.0") implementation("com.bucket4j:bucket4j-core:8.10.1") - implementation("com.github.ben-manes.caffeine:caffeine:3.1.8") + implementation("com.github.ben-manes.caffeine:caffeine:3.2.2") implementation("org.springframework.boot:spring-boot-starter-cache") // Kotlin