From 07b92cc1f902edd8557fc4a0f6c794ddcf3f9777 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 04:56:50 +0000 Subject: [PATCH] Bump com.github.ben-manes.caffeine:caffeine from 3.1.1 to 3.1.4 Bumps [com.github.ben-manes.caffeine:caffeine](https://github.com/ben-manes/caffeine) from 3.1.1 to 3.1.4. - [Release notes](https://github.com/ben-manes/caffeine/releases) - [Commits](https://github.com/ben-manes/caffeine/compare/v3.1.1...v3.1.4) --- 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..d94c18370 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.4' compileOnly "cloud.commandframework:cloud-core:$cloudVersion" testImplementation "cloud.commandframework:cloud-core:$cloudVersion" api "cloud.commandframework:cloud-annotations:$cloudVersion"