Skip to content

Commit 200360c

Browse files
authored
Merge pull request #8 from botblock/dependabot/gradle/com.github.ben-manes.caffeine-caffeine-2.8.0
Bump caffeine from 2.7.0 to 2.8.0
2 parents 98d0e04 + 51d2cb6 commit 200360c

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_50'){
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)