Skip to content

Commit b949e0d

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

2 files changed

Lines changed: 35 additions & 1 deletion

File tree

gradle/verification-metadata.xml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
</trusted-artifacts>
1111
<ignored-keys>
1212
<ignored-key id="2C7F998F4272C851" reason="Key couldn't be downloaded from any key server"/>
13+
<ignored-key id="793FD5751A0F0780" reason="Key couldn't be downloaded from any key server"/>
1314
<ignored-key id="A6EA2E2BF22E0543" reason="Key couldn't be downloaded from any key server"/>
1415
<ignored-key id="CA80D1F0EB6CA4BA" reason="Key couldn't be downloaded from any key server"/>
1516
</ignored-keys>
@@ -177,6 +178,7 @@
177178
<trusted-key id="A5F483CD733A4EBAEA378B2AE88979FB9B30ACF2">
178179
<trusting group="androidx.annotation"/>
179180
<trusting group="androidx.databinding"/>
181+
<trusting group="androidx.startup" name="startup-runtime" version="1.2.0"/>
180182
<trusting group="^androidx[.]test($|([.].*))" regex="true"/>
181183
<trusting group="^com[.]android($|([.].*))" regex="true"/>
182184
</trusted-key>
@@ -8078,6 +8080,30 @@
80788080
<sha256 value="8ccd00dfba35a87ce43dccd2d612d163d89a9df568b655bca492ab20897be642" origin="Generated by Gradle"/>
80798081
</artifact>
80808082
</component>
8083+
<component group="com.squareup.okhttp3" name="okhttp" version="5.1.0">
8084+
<artifact name="okhttp-5.1.0.module">
8085+
<sha256 value="f4b83e13b46bf10f5c71c0cbf36339e17e2db576700da34495fba55f4eb7836e" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
8086+
</artifact>
8087+
<artifact name="okhttp-metadata-5.1.0.jar">
8088+
<sha256 value="e720a383fdc3eb1df4aac77a085e61b7730837364151de867093fdbcafcb44aa" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
8089+
</artifact>
8090+
</component>
8091+
<component group="com.squareup.okhttp3" name="okhttp-android" version="5.1.0">
8092+
<artifact name="okhttp-android-5.1.0.module">
8093+
<sha256 value="efd455ff92cc8880daa2adabc4a48db05a6aae40e84266c2185a4dcedfdb53e3" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
8094+
</artifact>
8095+
<artifact name="okhttp-release.aar">
8096+
<sha256 value="acb328a30b8609b34d9bcaf9a147d72e2279b55f6b22540aa45e0f1441e1fff3" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
8097+
</artifact>
8098+
</component>
8099+
<component group="com.squareup.okio" name="okio" version="3.15.0">
8100+
<artifact name="okio-3.15.0.module">
8101+
<sha256 value="116826066ceb4d3336a74e7172a33751617ec344bc50a34f99b0d24959a4a39d" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
8102+
</artifact>
8103+
<artifact name="okio-metadata-3.15.0.jar">
8104+
<sha256 value="0ed4125e048c86af7ece446d654f2ba8bcc5e74d0ae1f4de3c5dc0ad9a975e2d" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
8105+
</artifact>
8106+
</component>
80818107
<component group="com.squareup.okio" name="okio" version="3.6.0">
80828108
<artifact name="okio-3.6.0.module">
80838109
<sha256 value="6a47ac50364e6598459401fb86f9b6cfcdf637b9b3a3045b1cc33cbf4c408218" origin="Generated by Gradle"/>
@@ -8091,6 +8117,14 @@
80918117
<sha256 value="e518a59856273a1fce18ac7d13ddfc690defa6122d7e5cd00cae19b62d0347d9" origin="Generated by Gradle"/>
80928118
</artifact>
80938119
</component>
8120+
<component group="com.squareup.okio" name="okio-jvm" version="3.15.0">
8121+
<artifact name="okio-jvm-3.15.0.jar">
8122+
<sha256 value="483dc383b1049d220892322a0d6a4308425f09bb05b48c43d4eaa9ff82b1cd16" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
8123+
</artifact>
8124+
<artifact name="okio-jvm-3.15.0.module">
8125+
<sha256 value="989454a94aefbc297032888f135acda14a9ffb46960e7d84603925d269241ee7" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
8126+
</artifact>
8127+
</component>
80948128
<component group="com.squareup.okio" name="okio-jvm" version="3.6.0">
80958129
<artifact name="okio-jvm-3.6.0.jar">
80968130
<sha256 value="67543f0736fc422ae927ed0e504b98bc5e269fda0d3500579337cb713da28412" origin="Generated by Gradle"/>

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.1.0'
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)