Skip to content

Commit

Permalink
Bump com.squareup.okhttp3:okhttp-bom
Browse files Browse the repository at this point in the history
Bumps com.squareup.okhttp3:okhttp-bom from 5.0.0-alpha.12 to 5.0.0-SNAPSHOT.

---
updated-dependencies:
- dependency-name: com.squareup.okhttp3:okhttp-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 5, 2024
1 parent 566bd04 commit f4c56f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feature/appwrite/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0-RC2")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0-RC2")

implementation(platform("com.squareup.okhttp3:okhttp-bom:5.0.0-alpha.12"))
implementation(platform("com.squareup.okhttp3:okhttp-bom:5.0.0-SNAPSHOT"))
implementation("com.squareup.okhttp3:okhttp")
implementation("com.squareup.okhttp3:okhttp-urlconnection")
implementation("com.squareup.okhttp3:logging-interceptor")
Expand Down

0 comments on commit f4c56f7

Please sign in to comment.