Skip to content

Commit 38798dc

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 87004bd commit 38798dc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

gradle/verification-metadata.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
<trusted-key id="1D217F8475EEE9F19AB8DD6B793FD5751A0F0780">
5555
<trusting group="com.squareup.retrofit2" name="retrofit" version="2.12.0"/>
5656
<trusting group="com.squareup.retrofit2" name="retrofit" version="3.0.0"/>
57+
<trusting group="^com[.]squareup($|([.].*))" regex="true"/>
5758
</trusted-key>
5859
<trusted-key id="1D85469D8559C2E1DF5F925131D2D79DF7E85DD3" group="org.jcommander" name="jcommander" version="1.85"/>
5960
<trusted-key id="1D9AA7F9E1E2824728B8CD1794B291AEF984A085" group="io.reactivex.rxjava2" name="rxjava" version="2.2.21"/>
@@ -80,6 +81,7 @@
8081
<trusting group="org.apache.groovy" name="groovy-bom" version="4.0.27"/>
8182
<trusting group="org.codehaus.groovy"/>
8283
</trusted-key>
84+
<trusted-key id="3F05DDA9F317301E927136D417A27CE7A60FF5F0" group="io.opentelemetry"/>
8385
<trusted-key id="41CD49B4EF5876F9E9F691DABAC30622339994C4" group="org.jspecify" name="jspecify" version="1.0.0"/>
8486
<trusted-key id="44FBDBBC1A00FE414F1C1873586654072EAD6677" group="org.sonatype.oss" name="oss-parent" version="9"/>
8587
<trusted-key id="47504B76CF89C15C0512D9AFE16AB52D79FD224F">
@@ -125,6 +127,7 @@
125127
<trusting group="org.codehaus.woodstox"/>
126128
<trusting group="^com[.]fasterxml($|([.].*))" regex="true"/>
127129
</trusted-key>
130+
<trusted-key id="635EE627345F3C1DD422B2E207D3516820BCF6B1" group="com.github.ben-manes.caffeine" name="caffeine" version="2.9.3"/>
128131
<trusted-key id="694621A7227D8D5289699830ABE9F3126BB741C1" group="^com[.]google($|([.].*))" regex="true"/>
129132
<trusted-key id="696B6199A2A9D8C29CE78CC0D041CAD2E452550F" group="com.google.protobuf"/>
130133
<trusted-key id="6A814B1F869C2BBEAB7CB7271A2A1C94BDE89688" group="org.apache.httpcomponents" name="httpcomponents-parent" version="12"/>
@@ -213,6 +216,7 @@
213216
<trusting group="androidx.fragment" name="fragment" version="1.8.5"/>
214217
<trusting group="androidx.graphics"/>
215218
<trusting group="androidx.profileinstaller"/>
219+
<trusting group="androidx.startup" name="startup-runtime" version="1.2.0"/>
216220
<trusting group="androidx.transition" name="transition" version="1.5.0"/>
217221
<trusting group="^androidx[.]test($|([.].*))" regex="true"/>
218222
<trusting group="^com[.]android($|([.].*))" regex="true"/>

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ dependencies {
140140
implementation 'commons-io:commons-io:2.20.0'
141141

142142
implementation 'com.squareup.retrofit2:retrofit:3.0.0'
143-
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
143+
implementation 'com.squareup.okhttp3:okhttp:5.3.0'
144144

145145
spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.14.0'
146146
spotbugsPlugins 'com.mebigfatguy.fb-contrib:fb-contrib:7.6.15'

0 commit comments

Comments
 (0)