diff --git a/customauth/build.gradle b/customauth/build.gradle index 0da1d93..88619df 100644 --- a/customauth/build.gradle +++ b/customauth/build.gradle @@ -31,9 +31,9 @@ dependencies { api 'androidx.browser:browser:1.4.0' // api 'com.google.androidbrowserhelper:androidbrowserhelper:1.3.2' implementation 'com.auth0.android:jwtdecode:2.0.1' - implementation 'com.squareup.okhttp3:okhttp:4.9.1' + implementation 'com.squareup.okhttp3:okhttp:4.9.2' api 'org.torusresearch:fetch-node-details-java:1.0.10' - api 'org.torusresearch:torus-utils-java:1.0.12' + api 'org.torusresearch:torus-utils-java:1.0.13' implementation 'com.google.code.gson:gson:2.8.9' //noinspection GradleDependency api 'org.web3j:crypto:4.6.0-android'