diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index 2ff83788..569948c4 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -9,6 +9,7 @@ + @@ -7057,6 +7058,14 @@ + + + + + + + + diff --git a/lib/build.gradle b/lib/build.gradle index 2217a701..6581de11 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -131,7 +131,7 @@ dependencies { implementation 'commons-io:commons-io:2.19.0' - implementation 'com.squareup.retrofit2:retrofit:2.11.0' + implementation 'com.squareup.retrofit2:retrofit:2.12.0' implementation 'com.squareup.okhttp3:okhttp:4.12.0' spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.14.0' diff --git a/sample/build.gradle b/sample/build.gradle index 37ce0b03..cb5a2b02 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -43,7 +43,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.constraintlayout:constraintlayout:2.2.1' - implementation 'com.squareup.retrofit2:retrofit:2.11.0' + implementation 'com.squareup.retrofit2:retrofit:2.12.0' testImplementation 'junit:junit:4.13.2'