Skip to content

Commit

Permalink
Update okhttp to v4.12.0 (#287)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 18, 2023
1 parent efcb103 commit acc455b
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 @@ -108,7 +108,7 @@ dependencies {
implementation "io.coil-kt:coil-compose:$coil_version"

def retrofit = "2.9.0"
def okhttp = "4.11.0"
def okhttp = "4.12.0"
implementation "com.squareup.retrofit2:retrofit:$retrofit"
implementation "com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter:1.0.0"
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.0"
Expand Down

0 comments on commit acc455b

Please sign in to comment.