File tree 3 files changed +11
-2
lines changed
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 9
9
</trusted-artifacts>
10
10
<ignored-keys>
11
11
<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"/>
12
13
<ignored-key id="BAC30622339994C4" reason="Key couldn't be downloaded from any key server"/>
13
14
<ignored-key id="CA80D1F0EB6CA4BA" reason="Key couldn't be downloaded from any key server"/>
14
15
</ignored-keys>
7057
7058
<sha256 value="e9bb2e201844c88e4750624f9114a6354b51b70948b44d5c6b4a94e8cd070a81" origin="Generated by Gradle"/>
7058
7059
</artifact>
7059
7060
</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>
7060
7069
<component group="com.sun.activation" name="all" version="1.2.0">
7061
7070
<artifact name="all-1.2.0.pom">
7062
7071
<sha256 value="1d8518e3ac7532a104e4f7be77def37c982e530723c6bdb3d67708cce2b0c2c4" origin="Generated by Gradle"/>
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ dependencies {
131
131
132
132
implementation ' commons-io:commons-io:2.19.0'
133
133
134
- implementation ' com.squareup.retrofit2:retrofit:2.11 .0'
134
+ implementation ' com.squareup.retrofit2:retrofit:3.0 .0'
135
135
implementation ' com.squareup.okhttp3:okhttp:4.12.0'
136
136
137
137
spotbugsPlugins ' com.h3xstream.findsecbugs:findsecbugs-plugin:1.14.0'
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ dependencies {
43
43
implementation ' androidx.appcompat:appcompat:1.7.0'
44
44
implementation ' com.google.android.material:material:1.12.0'
45
45
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'
47
47
48
48
testImplementation ' junit:junit:4.13.2'
49
49
You can’t perform that action at this time.
0 commit comments