From 67e6772e11bed66d20320e7fead9632cc91c0142 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 09:09:16 +0000 Subject: [PATCH] Bump com.github.ben-manes.caffeine:caffeine from 3.1.8 to 3.2.1 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] --- spenttime-api/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spenttime-api/build.gradle.kts b/spenttime-api/build.gradle.kts index 56fdb57..50f06f7 100644 --- a/spenttime-api/build.gradle.kts +++ b/spenttime-api/build.gradle.kts @@ -6,7 +6,7 @@ version = "2.0.4" dependencies { compileOnly("org.spigotmc:spigot-api:1.17-R0.1-SNAPSHOT") - implementation("com.github.ben-manes.caffeine:caffeine:3.1.8") + implementation("com.github.ben-manes.caffeine:caffeine:3.2.1") implementation("org.jetbrains:annotations:26.0.2") }