Skip to content

Commit 3cf6d3a

Browse files
fix(deps): update dependency com.squareup.okhttp3:okhttp to v5
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b63ecbf commit 3cf6d3a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

gradle/verification-metadata.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@
4646
<trusted-key id="19BEAB2D799C020F17C69126B16698A4ADF4D638" group="org.checkerframework" name="checker-qual"/>
4747
<trusted-key id="1A55F091AD28C07F831FA44D7905DE25C78AD456" group="com.google.protobuf"/>
4848
<trusted-key id="1BE2DD4B1FCF252FE4F0A1D103281AA0289FF53A" group="com.soywiz.korlibs.korte" name="korte-jvm" version="2.0.7"/>
49-
<trusted-key id="1D217F8475EEE9F19AB8DD6B793FD5751A0F0780" group="com.squareup.retrofit2" name="retrofit" version="2.12.0"/>
49+
<trusted-key id="1D217F8475EEE9F19AB8DD6B793FD5751A0F0780">
50+
<trusting group="com.squareup.retrofit2" name="retrofit" version="2.12.0"/>
51+
<trusting group="^com[.]squareup($|([.].*))" regex="true"/>
52+
</trusted-key>
5053
<trusted-key id="1D85469D8559C2E1DF5F925131D2D79DF7E85DD3" group="org.jcommander" name="jcommander" version="1.85"/>
5154
<trusted-key id="1D9AA7F9E1E2824728B8CD1794B291AEF984A085" group="io.reactivex.rxjava2" name="rxjava" version="2.2.21"/>
5255
<trusted-key id="28118C070CB22A0175A2E8D43D12CA2AC19F3181" group="^com[.]fasterxml($|([.].*))" regex="true"/>
@@ -202,6 +205,7 @@
202205
<trusting group="androidx.fragment" name="fragment" version="1.8.4"/>
203206
<trusting group="androidx.fragment" name="fragment" version="1.8.5"/>
204207
<trusting group="androidx.profileinstaller"/>
208+
<trusting group="androidx.startup" name="startup-runtime" version="1.2.0"/>
205209
<trusting group="androidx.transition" name="transition" version="1.5.0"/>
206210
<trusting group="^androidx[.]test($|([.].*))" regex="true"/>
207211
<trusting group="^com[.]android($|([.].*))" regex="true"/>

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ dependencies {
132132
implementation 'commons-io:commons-io:2.19.0'
133133

134134
implementation 'com.squareup.retrofit2:retrofit:2.12.0'
135-
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
135+
implementation 'com.squareup.okhttp3:okhttp:5.0.0'
136136

137137
spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.14.0'
138138
spotbugsPlugins 'com.mebigfatguy.fb-contrib:fb-contrib:7.6.11'

0 commit comments

Comments
 (0)