We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 816e751 + cd9f764 commit b03c4bdCopy full SHA for b03c4bd
build.gradle
@@ -28,7 +28,7 @@ jar{
28
}
29
30
dependencies{
31
- api group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.8.0'
+ api group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.8.1'
32
api group: 'org.json', name: 'json', version: '20200518'
33
api(group: 'net.dv8tion', name: 'JDA', version: '4.2.0_187'){
34
exclude(module: 'opus-java')
0 commit comments