Skip to content

Commit

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

Bump com.squareup.okhttp3:okhttp-bom from 4.11.0 to 4.12.0
  • Loading branch information
Joseph5610 authored Mar 8, 2024
2 parents 01eed67 + 81bbf63 commit 12e94e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-client/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version = "0.10"

dependencies {
api(platform("com.squareup.okhttp3:okhttp-bom:4.11.0"))
api(platform("com.squareup.okhttp3:okhttp-bom:4.12.0"))
api("com.google.code.gson:gson:2.10.1") // patch for CVE-2022-25647
api("com.squareup.okhttp3:logging-interceptor")
api("com.squareup.okhttp3:okhttp-dnsoverhttps")
Expand Down

0 comments on commit 12e94e1

Please sign in to comment.