Skip to content

Commit 1c205d2

Browse files
Merge pull request #2644 from nextcloud/renovate/retrofit-monorepo
fix(deps): update dependency com.squareup.retrofit2:retrofit to v2.12.0
2 parents 49ed94b + b4c0c04 commit 1c205d2

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ dependencies {
136136
annotationProcessor "androidx.room:room-compiler:${roomVersion}"
137137

138138
// Retrofit
139-
implementation 'com.squareup.retrofit2:retrofit:2.11.0'
139+
implementation 'com.squareup.retrofit2:retrofit:2.12.0'
140140

141141
// Gson
142142
implementation 'com.google.code.gson:gson:2.13.1'

gradle/verification-metadata.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<ignored-keys>
1111
<ignored-key id="1DE461528F1F1B2A" reason="Key couldn't be downloaded from any key server"/>
1212
<ignored-key id="2D6641C6AF88103E" 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="EB095DA7D2F6AC0E" reason="Key couldn't be downloaded from any key server"/>
1415
</ignored-keys>
1516
<trusted-keys>
@@ -7859,6 +7860,14 @@
78597860
<sha256 value="e9bb2e201844c88e4750624f9114a6354b51b70948b44d5c6b4a94e8cd070a81" origin="Generated by Gradle"/>
78607861
</artifact>
78617862
</component>
7863+
<component group="com.squareup.retrofit2" name="retrofit" version="2.12.0">
7864+
<artifact name="retrofit-2.12.0.jar">
7865+
<sha256 value="3b2dfb82bb99cd33df95d92ad6fcd78ba7f17ac81e67904eb991fe404015d1d8" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
7866+
</artifact>
7867+
<artifact name="retrofit-2.12.0.module">
7868+
<sha256 value="3a0f9c8efc14958a85a13864823f94042738d6017bd9eb8fbc61f71174ccd81f" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
7869+
</artifact>
7870+
</component>
78627871
<component group="com.sun.activation" name="all" version="1.2.0">
78637872
<artifact name="all-1.2.0.pom">
78647873
<sha256 value="1d8518e3ac7532a104e4f7be77def37c982e530723c6bdb3d67708cce2b0c2c4" origin="Generated by Gradle"/>

0 commit comments

Comments
 (0)