Skip to content

Commit

Permalink
Merge pull request #2077 from nextcloud/renovate/com.squareup.retrofi…
Browse files Browse the repository at this point in the history
…t2-retrofit-2.x

fix(deps): update dependency com.squareup.retrofit2:retrofit to v2.10.0
  • Loading branch information
AndyScherzinger authored Mar 20, 2024
2 parents 7ab797f + 03a01a9 commit 3512b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ dependencies {
annotationProcessor "androidx.room:room-compiler:${roomVersion}"

// Retrofit
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation 'com.squareup.retrofit2:retrofit:2.10.0'

// Gson
implementation 'com.google.code.gson:gson:2.10.1'
Expand Down

0 comments on commit 3512b0d

Please sign in to comment.