From 2a6701769a98c43a2c5640447aa27c451a7e243c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 04:57:41 +0000 Subject: [PATCH] Bump com.github.ben-manes.caffeine:caffeine from 3.1.1 to 3.1.5 Bumps [com.github.ben-manes.caffeine:caffeine](https://github.com/ben-manes/caffeine) from 3.1.1 to 3.1.5. - [Release notes](https://github.com/ben-manes/caffeine/releases) - [Commits](https://github.com/ben-manes/caffeine/compare/v3.1.1...v3.1.5) --- 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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 67d05c078..13515488d 100644 --- a/build.gradle +++ b/build.gradle @@ -104,7 +104,7 @@ subprojects { testImplementation 'org.mockito:mockito-core:4.8.0' api 'org.apache.commons:commons-lang3:3.12.0' api 'com.github.clubobsidian:wrappy:2.3.2' - api 'com.github.ben-manes.caffeine:caffeine:3.1.1' + api 'com.github.ben-manes.caffeine:caffeine:3.1.5' compileOnly "cloud.commandframework:cloud-core:$cloudVersion" testImplementation "cloud.commandframework:cloud-core:$cloudVersion" api "cloud.commandframework:cloud-annotations:$cloudVersion"