diff --git a/upd8r/build.gradle b/upd8r/build.gradle index ac7f9e27..695802c3 100644 --- a/upd8r/build.gradle +++ b/upd8r/build.gradle @@ -9,7 +9,7 @@ ext { dependencies { implementation 'com.alibaba:fastjson:1.2.71' - implementation 'com.squareup.okhttp3:okhttp:4.9.0' + implementation 'com.squareup.okhttp3:okhttp:4.9.1' } apply from: "$parent.projectDir/gradle/publishing.gradle"