Skip to content

Commit

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

chore(deps): bump com.squareup.retrofit2:retrofit from 2.10.0 to 2.11.0
  • Loading branch information
Joseph5610 authored Jun 15, 2024
2 parents 2934c82 + 4e0afa3 commit dd29167
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.11.0") // patch for CVE-2022-25647
api("com.squareup.okhttp3:logging-interceptor")
api("com.squareup.okhttp3:okhttp-dnsoverhttps")
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")
api("com.squareup.retrofit2:retrofit:2.11.0")
api("com.squareup.retrofit2:adapter-rxjava3:2.11.0")
api("com.squareup.retrofit2:converter-gson:2.11.0")
}

0 comments on commit dd29167

Please sign in to comment.