Skip to content

Commit f2d572d

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 854be79 commit f2d572d

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

gradle/verification-metadata.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
</trusted-artifacts>
1010
<ignored-keys>
1111
<ignored-key id="479D601F3A7B5C1A" reason="Key couldn't be downloaded from any key server"/>
12+
<ignored-key id="793FD5751A0F0780" reason="Key couldn't be downloaded from any key server"/>
1213
<ignored-key id="BAC30622339994C4" reason="Key couldn't be downloaded from any key server"/>
1314
<ignored-key id="CA80D1F0EB6CA4BA" reason="Key couldn't be downloaded from any key server"/>
1415
</ignored-keys>
@@ -7057,6 +7058,14 @@
70577058
<sha256 value="e9bb2e201844c88e4750624f9114a6354b51b70948b44d5c6b4a94e8cd070a81" origin="Generated by Gradle"/>
70587059
</artifact>
70597060
</component>
7061+
<component group="com.squareup.retrofit2" name="retrofit" version="3.0.0">
7062+
<artifact name="retrofit-3.0.0.jar">
7063+
<sha256 value="69c6a2d3451b6df9549a93fab744094ebf07a4b0ce4f453d6c8f575ef0fec9a1" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
7064+
</artifact>
7065+
<artifact name="retrofit-3.0.0.module">
7066+
<sha256 value="3de52829b898215534e86eda268da449ffcbf95b18703da529d99883277484f7" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
7067+
</artifact>
7068+
</component>
70607069
<component group="com.sun.activation" name="all" version="1.2.0">
70617070
<artifact name="all-1.2.0.pom">
70627071
<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.11.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.11.0'
46+
implementation 'com.squareup.retrofit2:retrofit:3.0.0'
4747

4848
testImplementation 'junit:junit:4.13.2'
4949

0 commit comments

Comments
 (0)