From fb70de72416c3d73f2db698c939a9cf5b3b9af0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 20:53:56 +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.1. - [Release notes](https://github.com/ben-manes/caffeine/releases) - [Commits](https://github.com/ben-manes/caffeine/compare/v3.1.8...v3.2.1) --- updated-dependencies: - dependency-name: com.github.ben-manes.caffeine:caffeine dependency-version: 3.2.1 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 c70fb05..fa92855 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.1") implementation("org.springframework.boot:spring-boot-starter-cache") // Kotlin