diff --git a/build.gradle b/build.gradle index 99d97e231..a70c26ddb 100644 --- a/build.gradle +++ b/build.gradle @@ -12,6 +12,6 @@ tasks.register('clean', Delete) { project.ext { gsonVersion = '2.10.1' jsoupVersion = '1.15.3' - okhttpVersion = '4.11.0' + okhttpVersion = '4.12.0' annotationVersion = '1.3.0' }