Skip to content

Commit f79f563

Browse files
fix(deps): update dependency com.squareup.okhttp3:okhttp to v5.0.0-alpha.16
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 07239ec commit f79f563

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
@@ -43,6 +43,7 @@
4343
<trusted-key id="190D5A957FF22273E601F7A7C92C5FEC70161C62" group="org.apache" name="apache"/>
4444
<trusted-key id="19BEAB2D799C020F17C69126B16698A4ADF4D638" group="org.checkerframework"/>
4545
<trusted-key id="1A55F091AD28C07F831FA44D7905DE25C78AD456" group="com.google.protobuf"/>
46+
<trusted-key id="1D217F8475EEE9F19AB8DD6B793FD5751A0F0780" group="^com[.]squareup($|([.].*))" regex="true"/>
4647
<trusted-key id="1D2C7EF8ADA0F794B58C7C63436902AF59EDF60E">
4748
<trusting group="dev.equo.ide" name="solstice" version="1.7.5"/>
4849
<trusting group="dev.equo.ide" name="solstice" version="1.8.0"/>
@@ -169,6 +170,7 @@
169170
<trusted-key id="A5F483CD733A4EBAEA378B2AE88979FB9B30ACF2">
170171
<trusting group="androidx.annotation"/>
171172
<trusting group="androidx.databinding"/>
173+
<trusting group="androidx.startup" name="startup-runtime" version="1.2.0"/>
172174
<trusting group="^androidx[.]test($|([.].*))" regex="true"/>
173175
<trusting group="^com[.]android($|([.].*))" regex="true"/>
174176
</trusted-key>

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ configurations {
6060

6161
dependencies {
6262
implementation 'org.apache.jackrabbit:jackrabbit-webdav:2.13.5'
63-
api 'com.squareup.okhttp3:okhttp:5.0.0-alpha.14'
63+
api 'com.squareup.okhttp3:okhttp:5.0.0-alpha.16'
6464
implementation 'com.github.bitfireAT:dav4jvm:2.2.1'
6565
// in transition phase, we use old and new libs
6666
implementation group: 'com.google.code.gson', name: 'gson', version: '2.12.1'

0 commit comments

Comments
 (0)