Skip to content

Commit

Permalink
Merge pull request #82 from Joseph5610/dependabot/gradle/com.google.c…
Browse files Browse the repository at this point in the history
…ode.gson-gson-2.11.0

chore(deps): bump com.google.code.gson:gson from 2.10.1 to 2.11.0
  • Loading branch information
Joseph5610 authored Jun 15, 2024
2 parents c71a943 + 5eb1d89 commit 2934c82
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
Expand Up @@ -2,7 +2,7 @@ version = "0.10"

dependencies {
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.google.code.gson:gson:2.11.0") // patch for CVE-2022-25647
api("com.squareup.okhttp3:logging-interceptor")
api("com.squareup.okhttp3:okhttp-dnsoverhttps")
api("com.squareup.retrofit2:retrofit:2.10.0")
Expand Down

0 comments on commit 2934c82

Please sign in to comment.