From f772d582d13fced1e4834837948d3d7422e5fc39 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 21 Jul 2025 22:20:29 +0000
Subject: [PATCH] fix(deps): update dependency com.squareup.retrofit2:retrofit
to v3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
gradle/verification-metadata.xml | 5 ++++-
lib/build.gradle | 2 +-
sample/build.gradle | 2 +-
3 files changed, 6 insertions(+), 3 deletions(-)
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'