Skip to content

Commit

Permalink
Merge pull request #59 from Joseph5610/dependabot/gradle/com.squareup…
Browse files Browse the repository at this point in the history
….retrofit2-retrofit-2.10.0

Bump com.squareup.retrofit2:retrofit from 2.9.0 to 2.10.0
  • Loading branch information
Joseph5610 authored Mar 27, 2024
2 parents a338069 + d00da9b commit 4ae1025
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies {
api("com.google.code.gson:gson:2.10.1") // patch for CVE-2022-25647
api("com.squareup.okhttp3:logging-interceptor")
api("com.squareup.okhttp3:okhttp-dnsoverhttps")
api("com.squareup.retrofit2:retrofit:2.9.0")
api("com.squareup.retrofit2:adapter-rxjava3:2.9.0")
api("com.squareup.retrofit2:converter-gson:2.9.0")
api("com.squareup.retrofit2:retrofit:2.10.0")
api("com.squareup.retrofit2:adapter-rxjava3:2.10.0")
api("com.squareup.retrofit2:converter-gson:2.10.0")
}

0 comments on commit 4ae1025

Please sign in to comment.