Skip to content

Commit 07b67a6

Browse files
committed
Update JDA to 4.0.0_45 and release-notes.md
1 parent d4ae195 commit 07b67a6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies{
2424
api group: 'com.squareup.okhttp3', name: 'okhttp', version: '3.11.0'
2525
api group: 'org.json', name: 'json', version: '20180813'
2626
api group: 'org.jetbrains', name: 'annotations', version: '16.0.2'
27-
api(group: 'net.dv8tion', name: 'JDA', version: '4.0.0_40'){
27+
api(group: 'net.dv8tion', name: 'JDA', version: '4.0.0_45'){
2828
exclude(module: 'opus-java')
2929
}
3030
api group: 'com.github.ben-manes.caffeine', name: 'caffeine', version: '2.7.0'

release-notes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@
2828
- Dependencies updated:
2929
- JDA: `4.0.0_39` to `4.0.0_40`
3030

31+
- ### v2.3.0
32+
- Implemented caching to get methods.
33+
- `getBotlists()` and `getBotlist(String|Site site)` now require an additional String parameter.
34+
- Dependencies updated:
35+
- JDA: `4.0.0_40` to `4.0.0_45`
36+
3137
____
3238
## v1
3339

0 commit comments

Comments
 (0)