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 f32d1cf + f41381d commit a3dde98Copy full SHA for a3dde98
build.gradle
@@ -25,7 +25,7 @@ repositories{
25
}
26
27
dependencies{
28
- api group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.3.0'
+ api group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.3.1'
29
api group: 'org.json', name: 'json', version: '20190722'
30
api group: 'org.jetbrains', name: 'annotations', version: '18.0.0'
31
api(group: 'net.dv8tion', name: 'JDA', version: '4.1.0_95'){
0 commit comments