Skip to content

Commit 32d627b

Browse files
authored
Merge pull request #4 from botblock/dependabot/gradle/com.squareup.okhttp3-okhttp-4.2.1
Bump okhttp from 3.11.0 to 4.2.1
2 parents e136f57 + 1d4a1bc commit 32d627b

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
@@ -21,7 +21,7 @@ repositories{
2121
}
2222

2323
dependencies{
24-
api group: 'com.squareup.okhttp3', name: 'okhttp', version: '3.11.0'
24+
api group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.2.1'
2525
api group: 'org.json', name: 'json', version: '20180813'
2626
api group: 'org.jetbrains', name: 'annotations', version: '16.0.2'
2727
api(group: 'net.dv8tion', name: 'JDA', version: '4.0.0_48'){

0 commit comments

Comments
 (0)