From be5aeb4981aa30986271c9401165a5f6f058e1fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Feb 2022 06:16:11 +0800 Subject: [PATCH] Bump gson from 2.8.9 to 2.9.0 (#1674) --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index bc748456..1f07a69b 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -206,7 +206,7 @@ dependencies { implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-alpha01") implementation("com.github.bumptech.glide:glide:$glideVersion") implementation("com.google.android.material:material:1.6.0-alpha02") - implementation("com.google.code.gson:gson:2.8.9") + implementation("com.google.code.gson:gson:2.9.0") implementation(platform("com.squareup.okhttp3:okhttp-bom:4.9.3")) implementation("com.squareup.okhttp3:okhttp") implementation("com.squareup.okhttp3:okhttp-dnsoverhttps")