From 48bb85abc251402c1f5e9095708be73b2933bdca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 04:58:05 +0000 Subject: [PATCH] Bump com.github.ben-manes.caffeine:caffeine from 3.1.1 to 3.1.8 Bumps [com.github.ben-manes.caffeine:caffeine](https://github.com/ben-manes/caffeine) from 3.1.1 to 3.1.8. - [Release notes](https://github.com/ben-manes/caffeine/releases) - [Commits](https://github.com/ben-manes/caffeine/compare/v3.1.1...v3.1.8) --- updated-dependencies: - dependency-name: com.github.ben-manes.caffeine:caffeine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build.gradle b/core/build.gradle index 90bb48f0d..7ac3cb67d 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -20,7 +20,7 @@ dependencies { api "net.kyori:adventure-text-serializer-legacy:$adventureVersion" api 'org.apache.commons:commons-lang3:3.12.0' api "com.github.clubobsidian:wrappy:$wrappyVersion" - api 'com.github.ben-manes.caffeine:caffeine:3.1.1' + api 'com.github.ben-manes.caffeine:caffeine:3.1.8' testImplementation "cloud.commandframework:cloud-core:$cloudVersion" api "cloud.commandframework:cloud-annotations:$cloudVersion" api "io.github.classgraph:classgraph:4.8.149"