From 4a7b0892b879c50bf159b8d51bc41c3767d1d416 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 15 May 2025 17:41:36 +0000
Subject: [PATCH] fix(deps): update dependency com.squareup.retrofit2:retrofit
to v2.12.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
gradle/verification-metadata.xml | 9 +++++++++
lib/build.gradle | 2 +-
sample/build.gradle | 2 +-
3 files changed, 11 insertions(+), 2 deletions(-)
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'