Skip to content

Commit

Permalink
fix(deps): update dependency com.squareup.retrofit2:retrofit to v2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 5, 2024
1 parent 2c89c0a commit 94aff1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ configurations.testImplementation {
}

dependencies {
implementation("com.squareup.retrofit2:retrofit:2.9.0")
implementation("com.squareup.retrofit2:retrofit:2.11.0")
implementation("com.squareup.retrofit2:converter-gson:2.9.0")
implementation("net.jodah:failsafe:2.4.4")

Expand Down

0 comments on commit 94aff1d

Please sign in to comment.