diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml
index 33af48b3..1cfc4d8f 100644
--- a/gradle/verification-metadata.xml
+++ b/gradle/verification-metadata.xml
@@ -43,7 +43,10 @@
-
+
+
+
+
diff --git a/lib/build.gradle b/lib/build.gradle
index 38a7147a..c1ab1be5 100644
--- a/lib/build.gradle
+++ b/lib/build.gradle
@@ -131,7 +131,7 @@ dependencies {
implementation 'commons-io:commons-io:2.20.0'
- implementation 'com.squareup.retrofit2:retrofit:2.12.0'
+ implementation 'com.squareup.retrofit2:retrofit:3.0.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 66767b28..a239ccff 100644
--- a/sample/build.gradle
+++ b/sample/build.gradle
@@ -43,7 +43,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.7.1'
implementation 'com.google.android.material:material:1.12.0'
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
- implementation 'com.squareup.retrofit2:retrofit:2.12.0'
+ implementation 'com.squareup.retrofit2:retrofit:3.0.0'
testImplementation 'junit:junit:4.13.2'