Skip to content

Commit 07996d9

Browse files
fix(deps): update dependency com.squareup.retrofit2:retrofit to v3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ca8c1c2 commit 07996d9

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

gradle/verification-metadata.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7066,6 +7066,14 @@
70667066
<sha256 value="3a0f9c8efc14958a85a13864823f94042738d6017bd9eb8fbc61f71174ccd81f" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
70677067
</artifact>
70687068
</component>
7069+
<component group="com.squareup.retrofit2" name="retrofit" version="3.0.0">
7070+
<artifact name="retrofit-3.0.0.jar">
7071+
<sha256 value="69c6a2d3451b6df9549a93fab744094ebf07a4b0ce4f453d6c8f575ef0fec9a1" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
7072+
</artifact>
7073+
<artifact name="retrofit-3.0.0.module">
7074+
<sha256 value="3de52829b898215534e86eda268da449ffcbf95b18703da529d99883277484f7" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
7075+
</artifact>
7076+
</component>
70697077
<component group="com.sun.activation" name="all" version="1.2.0">
70707078
<artifact name="all-1.2.0.pom">
70717079
<sha256 value="1d8518e3ac7532a104e4f7be77def37c982e530723c6bdb3d67708cce2b0c2c4" origin="Generated by Gradle"/>

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ dependencies {
131131

132132
implementation 'commons-io:commons-io:2.19.0'
133133

134-
implementation 'com.squareup.retrofit2:retrofit:2.12.0'
134+
implementation 'com.squareup.retrofit2:retrofit:3.0.0'
135135
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
136136

137137
spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.14.0'

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies {
4343
implementation 'androidx.appcompat:appcompat:1.7.0'
4444
implementation 'com.google.android.material:material:1.12.0'
4545
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
46-
implementation 'com.squareup.retrofit2:retrofit:2.12.0'
46+
implementation 'com.squareup.retrofit2:retrofit:3.0.0'
4747

4848
testImplementation 'junit:junit:4.13.2'
4949

0 commit comments

Comments
 (0)