Skip to content

Commit 687c472

Browse files
Update dependency com.google.http-client:google-http-client-android to v1.42.2 (#1854)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b67eb91 commit 687c472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ dependencies {
9292
implementation(group = "com.google.firebase", name = "firebase-perf", version = "20.1.0")
9393
implementation(group = "com.google.android.material", name = "material", version = "1.6.1")
9494
implementation(group = "com.google.code.gson", name = "gson", version = "2.9.0")
95-
implementation(group = "com.google.http-client", name = "google-http-client-android", version = "1.42.1") {
95+
implementation(group = "com.google.http-client", name = "google-http-client-android", version = "1.42.2") {
9696
exclude(group = "com.google.code.findbugs")
9797
exclude(group = "org.apache.httpcomponents")
9898
}

0 commit comments

Comments
 (0)