Skip to content

Commit

Permalink
Update dependency com.google.http-client:google-http-client-android t…
Browse files Browse the repository at this point in the history
…o v1.43.3 (#2016)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 21, 2023
1 parent 91467bd commit 56f53b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ dependencies {
implementation(group = "com.google.firebase", name = "firebase-perf", version = "20.3.3")
implementation(group = "com.google.android.material", name = "material", version = "1.9.0")
implementation(group = "com.google.code.gson", name = "gson", version = "2.10.1")
implementation(group = "com.google.http-client", name = "google-http-client-android", version = "1.43.2") {
implementation(group = "com.google.http-client", name = "google-http-client-android", version = "1.43.3") {
exclude(group = "com.google.code.findbugs")
exclude(group = "org.apache.httpcomponents")
}
Expand Down

0 comments on commit 56f53b3

Please sign in to comment.