diff --git a/omnij-rest-client-retrofit/build.gradle b/omnij-rest-client-retrofit/build.gradle index b6370b3d..1d953cea 100644 --- a/omnij-rest-client-retrofit/build.gradle +++ b/omnij-rest-client-retrofit/build.gradle @@ -10,9 +10,9 @@ dependencies { api project(':omnij-net-api') api 'com.squareup.okhttp3:okhttp:3.14.9' // OmniwalletClient constructor with OkHttp parameter - api 'com.squareup.retrofit2:retrofit:2.9.0' + api 'com.squareup.retrofit2:retrofit:3.0.0' - implementation 'com.squareup.retrofit2:converter-jackson:2.9.0' + implementation 'com.squareup.retrofit2:converter-jackson:3.0.0' implementation 'com.squareup.okhttp3:logging-interceptor:3.14.9' implementation 'com.google.code.findbugs:jsr305:3.0.2'