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 c8f6966 + a00a054 commit bd2ee3fCopy full SHA for bd2ee3f
build.gradle
@@ -27,7 +27,7 @@ jar{
27
}
28
29
dependencies{
30
- api group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.5.0'
+ api group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.6.0'
31
api group: 'org.json', name: 'json', version: '20190722'
32
api group: 'org.jetbrains', name: 'annotations', version: '19.0.0'
33
api(group: 'net.dv8tion', name: 'JDA', version: '4.1.1_138'){
0 commit comments