File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 43
43
<trusted-key id="19BEAB2D799C020F17C69126B16698A4ADF4D638" group="org.checkerframework" name="checker-qual"/>
44
44
<trusted-key id="1A55F091AD28C07F831FA44D7905DE25C78AD456" group="com.google.protobuf"/>
45
45
<trusted-key id="1BE2DD4B1FCF252FE4F0A1D103281AA0289FF53A" group="com.soywiz.korlibs.korte" name="korte-jvm" version="2.0.7"/>
46
- <trusted-key id="1D217F8475EEE9F19AB8DD6B793FD5751A0F0780" group="com.squareup.retrofit2" name="retrofit" version="2.12.0"/>
46
+ <trusted-key id="1D217F8475EEE9F19AB8DD6B793FD5751A0F0780">
47
+ <trusting group="com.squareup.retrofit2" name="retrofit" version="2.12.0"/>
48
+ <trusting group="com.squareup.retrofit2" name="retrofit" version="3.0.0"/>
49
+ </trusted-key>
47
50
<trusted-key id="1D85469D8559C2E1DF5F925131D2D79DF7E85DD3" group="org.jcommander" name="jcommander" version="1.85"/>
48
51
<trusted-key id="1D9AA7F9E1E2824728B8CD1794B291AEF984A085" group="io.reactivex.rxjava2" name="rxjava" version="2.2.21"/>
49
52
<trusted-key id="28118C070CB22A0175A2E8D43D12CA2AC19F3181" group="^com[.]fasterxml($|([.].*))" regex="true"/>
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.20.0'
133
133
134
- implementation ' com.squareup.retrofit2:retrofit:2.12 .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.1'
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.12 .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