From 85e8a20100d68d0475276b852e0c72267b75e509 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 21:44:30 +0000 Subject: [PATCH] fix(deps): update dependency com.squareup.retrofit2:retrofit to v2.11.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- lib/build.gradle | 2 +- sample/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/build.gradle b/lib/build.gradle index 694ede06..21ad51ca 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -133,7 +133,7 @@ dependencies { implementation 'commons-io:commons-io:2.15.1' - implementation 'com.squareup.retrofit2:retrofit:2.10.0' + implementation 'com.squareup.retrofit2:retrofit:2.11.0' implementation 'com.squareup.okhttp3:okhttp:4.12.0' spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.13.0' diff --git a/sample/build.gradle b/sample/build.gradle index 6372bf32..f91415c0 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -43,7 +43,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'com.google.android.material:material:1.11.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' - implementation 'com.squareup.retrofit2:retrofit:2.10.0' + implementation 'com.squareup.retrofit2:retrofit:2.11.0' testImplementation 'junit:junit:4.13.2'