Skip to content

Commit 73c9447

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 4b8d8aa commit 73c9447

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

gradle/verification-metadata.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
<trusted-key id="1D217F8475EEE9F19AB8DD6B793FD5751A0F0780">
4747
<trusting group="com.squareup.retrofit2" name="retrofit" version="2.12.0"/>
4848
<trusting group="com.squareup.retrofit2" name="retrofit" version="3.0.0"/>
49+
<trusting group="^com[.]squareup($|([.].*))" regex="true"/>
4950
</trusted-key>
5051
<trusted-key id="1D85469D8559C2E1DF5F925131D2D79DF7E85DD3" group="org.jcommander" name="jcommander" version="1.85"/>
5152
<trusted-key id="1D9AA7F9E1E2824728B8CD1794B291AEF984A085" group="io.reactivex.rxjava2" name="rxjava" version="2.2.21"/>
@@ -202,6 +203,7 @@
202203
<trusting group="androidx.fragment" name="fragment" version="1.8.4"/>
203204
<trusting group="androidx.fragment" name="fragment" version="1.8.5"/>
204205
<trusting group="androidx.profileinstaller"/>
206+
<trusting group="androidx.startup" name="startup-runtime" version="1.2.0"/>
205207
<trusting group="androidx.transition" name="transition" version="1.5.0"/>
206208
<trusting group="^androidx[.]test($|([.].*))" regex="true"/>
207209
<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.20.0'
133133

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

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

0 commit comments

Comments
 (0)