Skip to content

Commit 6ee5cee

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 4b8a18c commit 6ee5cee

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

gradle/verification-metadata.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
<trusted-key id="190D5A957FF22273E601F7A7C92C5FEC70161C62" group="org.apache" name="apache"/>
4848
<trusted-key id="19BEAB2D799C020F17C69126B16698A4ADF4D638" group="org.checkerframework"/>
4949
<trusted-key id="1A55F091AD28C07F831FA44D7905DE25C78AD456" group="com.google.protobuf"/>
50+
<trusted-key id="1D217F8475EEE9F19AB8DD6B793FD5751A0F0780" group="^com[.]squareup($|([.].*))" regex="true"/>
5051
<trusted-key id="1D2C7EF8ADA0F794B58C7C63436902AF59EDF60E">
5152
<trusting group="dev.equo.ide" name="solstice" version="1.7.5"/>
5253
<trusting group="dev.equo.ide" name="solstice" version="1.8.0"/>
@@ -166,6 +167,7 @@
166167
<trusting group="org.eclipse.platform" name="org.eclipse.osgi" version="3.18.500"/>
167168
<trusting group="org.eclipse.platform" name="org.eclipse.osgi" version="3.23.0"/>
168169
</trusted-key>
170+
<trusted-key id="A31DDE881C3E3C4C985BD0D02C7F998F4272C851" group="com.diffplug.spotless"/>
169171
<trusted-key id="A413F67D71BEEC23ADD0CE0ACB43338E060CF9FA">
170172
<trusting group="com.google.code.findbugs"/>
171173
<trusting group="org.jacoco"/>
@@ -175,6 +177,7 @@
175177
<trusted-key id="A5F483CD733A4EBAEA378B2AE88979FB9B30ACF2">
176178
<trusting group="androidx.annotation"/>
177179
<trusting group="androidx.databinding"/>
180+
<trusting group="androidx.startup" name="startup-runtime" version="1.2.0"/>
178181
<trusting group="^androidx[.]test($|([.].*))" regex="true"/>
179182
<trusting group="^com[.]android($|([.].*))" regex="true"/>
180183
</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.13.1'

0 commit comments

Comments
 (0)