diff --git a/lib/build.gradle b/lib/build.gradle index 694ede06..21ad51ca 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -133,7 +133,7 @@ dependencies { implementation 'commons-io:commons-io:2.15.1' - implementation 'com.squareup.retrofit2:retrofit:2.10.0' + implementation 'com.squareup.retrofit2:retrofit:2.11.0' implementation 'com.squareup.okhttp3:okhttp:4.12.0' spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.13.0' diff --git a/sample/build.gradle b/sample/build.gradle index 6372bf32..f91415c0 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -43,7 +43,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'com.google.android.material:material:1.11.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' - implementation 'com.squareup.retrofit2:retrofit:2.10.0' + implementation 'com.squareup.retrofit2:retrofit:2.11.0' testImplementation 'junit:junit:4.13.2'