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"