diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml
index 569948c4..0fb88e2b 100644
--- a/gradle/verification-metadata.xml
+++ b/gradle/verification-metadata.xml
@@ -7066,6 +7066,14 @@
+
+
+
+
+
+
+
+
diff --git a/lib/build.gradle b/lib/build.gradle
index 6581de11..0b7faff9 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.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 cb5a2b02..b513ea0b 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.12.0'
+ implementation 'com.squareup.retrofit2:retrofit:3.0.0'
testImplementation 'junit:junit:4.13.2'