Skip to content

Commit

Permalink
fix(deps): update retrofit monorepo to v2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 26, 2024
1 parent fd3c79a commit c9c7766
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ configurations.testImplementation {
}

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

testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
Expand Down

0 comments on commit c9c7766

Please sign in to comment.