From 567f7ae258eeb253cba4005795f108a1c854f214 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 08:44:30 +0000 Subject: [PATCH] Bump com.github.ben-manes.caffeine:caffeine from 3.1.8 to 3.2.0 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-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 359d46c..a0a0c5d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,7 +15,7 @@ dependencies { implementation("net.dv8tion:JDA:5.0.1") implementation("com.squareup.okhttp3:okhttp:4.12.0") implementation("org.json:json:20240303") - implementation("com.github.ben-manes.caffeine:caffeine:3.1.8") + implementation("com.github.ben-manes.caffeine:caffeine:3.2.0") implementation("ch.qos.logback:logback-classic:1.5.6") implementation("org.slf4j:slf4j-api:2.0.12")