Skip to content

Commit

Permalink
Merge pull request #8 from xiaohundun/dependabot/gradle/com.squareup.…
Browse files Browse the repository at this point in the history
…okhttp3-okhttp-4.12.0

Bump com.squareup.okhttp3:okhttp from 4.10.0 to 4.12.0
  • Loading branch information
xiaohundun authored May 30, 2024
2 parents ab062b7 + 9a67bd2 commit 7dd6d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repositories {
// Dependencies are managed with Gradle version catalog - read more: https://docs.gradle.org/current/userguide/platforms.html#sub:version-catalog
dependencies {
// implementation(libs.annotations)
implementation(group = "com.squareup.okhttp3", name = "okhttp", version = "4.10.0")
implementation(group = "com.squareup.okhttp3", name = "okhttp", version = "4.12.0")
implementation(group = "org.json", name = "json", version = "20240303")
}

Expand Down

0 comments on commit 7dd6d34

Please sign in to comment.