From ede8f1ed0909c2e23cd7a13be889c7f628cf90f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Apr 2025 10:25:54 +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.0. - [Release notes](https://github.com/ben-manes/caffeine/releases) - [Commits](https://github.com/ben-manes/caffeine/compare/v3.1.8...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] --- 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 5198cba..e6c8333 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.1.0") - implementation("com.github.ben-manes.caffeine:caffeine:3.1.8") + implementation("com.github.ben-manes.caffeine:caffeine:3.2.0") implementation("org.springframework.boot:spring-boot-starter-cache") // Kotlin