From e471a73bdb0e5de99b206692b8779fca5e17e2cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 04:57:09 +0000 Subject: [PATCH] Bump com.github.ben-manes.caffeine:caffeine from 3.1.1 to 3.1.6 Bumps [com.github.ben-manes.caffeine:caffeine](https://github.com/ben-manes/caffeine) from 3.1.1 to 3.1.6. - [Release notes](https://github.com/ben-manes/caffeine/releases) - [Commits](https://github.com/ben-manes/caffeine/compare/v3.1.1...v3.1.6) --- 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 8b20d2f38..901dae3eb 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.6' compileOnly "cloud.commandframework:cloud-core:$cloudVersion" testImplementation "cloud.commandframework:cloud-core:$cloudVersion" api "cloud.commandframework:cloud-annotations:$cloudVersion"