Skip to content

Commit 51d2cb6

Browse files
Bump caffeine from 2.7.0 to 2.8.0
Bumps [caffeine](https://github.com/ben-manes/caffeine) from 2.7.0 to 2.8.0. - [Release notes](https://github.com/ben-manes/caffeine/releases) - [Commits](ben-manes/caffeine@v2.7.0...v2.8.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent e136f57 commit 51d2cb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies{
2727
api(group: 'net.dv8tion', name: 'JDA', version: '4.0.0_48'){
2828
exclude(module: 'opus-java')
2929
}
30-
api group: 'com.github.ben-manes.caffeine', name: 'caffeine', version: '2.7.0'
30+
api group: 'com.github.ben-manes.caffeine', name: 'caffeine', version: '2.8.0'
3131
}
3232

3333
task sourcesJar(type: Jar, dependsOn: classes){

0 commit comments

Comments
 (0)