Skip to content

Commit

Permalink
chore(deps): bump com.squareup.okhttp3:okhttp
Browse files Browse the repository at this point in the history
Bumps com.squareup.okhttp3:okhttp from 5.0.0-alpha.14 to 5.0.0-SNAPSHOT.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 7e35901 commit 4bc0381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ dependencies {
include("org.knowm.xchart:xchart:3.8.8")

// HTTP Client
include("com.squareup.okhttp3:okhttp:5.0.0-alpha.14") {
include("com.squareup.okhttp3:okhttp:5.0.0-SNAPSHOT") {
exclude module: "kotlin-stdlib"
}
// Kotlin
Expand Down

0 comments on commit 4bc0381

Please sign in to comment.