Skip to content

Commit

Permalink
Update dependency com.squareup.okhttp3:okhttp-coroutines to v5.0.0-al…
Browse files Browse the repository at this point in the history
…pha.12
  • Loading branch information
renovate[bot] authored Dec 18, 2023
1 parent c9f62b5 commit 56446c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/tlssurvey/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ application {

dependencies {
implementation("com.squareup.okhttp3:okhttp:5.0.0-alpha.10")
implementation("com.squareup.okhttp3:okhttp-coroutines:5.0.0-alpha.11")
implementation("com.squareup.okhttp3:okhttp-coroutines:5.0.0-alpha.12")
implementation(libs.conscrypt.openjdk)

implementation("com.squareup.retrofit2:retrofit:2.9.0")
Expand Down

0 comments on commit 56446c9

Please sign in to comment.