diff --git a/WebViewSample/app/build.gradle b/WebViewSample/app/build.gradle index deb7ce2..ad4eb43 100644 --- a/WebViewSample/app/build.gradle +++ b/WebViewSample/app/build.gradle @@ -55,7 +55,7 @@ dependencies { implementation 'com.squareup.retrofit2:retrofit:2.9.0' implementation 'com.squareup.retrofit2:converter-gson:2.9.0' - implementation platform("com.squareup.okhttp3:okhttp-bom:4.10.0") + implementation platform("com.squareup.okhttp3:okhttp-bom:4.12.0") // define any required OkHttp artifacts without version implementation 'com.squareup.okhttp3:okhttp' diff --git a/com.libmallnftscshop.nftlibermall/app/build.gradle b/com.libmallnftscshop.nftlibermall/app/build.gradle index 47ed81f..9e6bda8 100755 --- a/com.libmallnftscshop.nftlibermall/app/build.gradle +++ b/com.libmallnftscshop.nftlibermall/app/build.gradle @@ -53,7 +53,7 @@ dependencies { implementation 'com.squareup.retrofit2:retrofit:2.9.0' implementation 'com.squareup.retrofit2:converter-gson:2.9.0' - implementation platform("com.squareup.okhttp3:okhttp-bom:4.10.0") + implementation platform("com.squareup.okhttp3:okhttp-bom:4.12.0") // define any required OkHttp artifacts without version implementation 'com.squareup.okhttp3:okhttp'