From 67b73b50ef79c063a2dacf675a15a9c65828371c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 20:12:49 +0000 Subject: [PATCH] Update moshi to v1.15.2 (#3201) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 261876f8a1..88ed8546d0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -16,7 +16,7 @@ junit = "4.13.2" kotlin = "2.0.21" kotlinpoet = "2.0.0" ktlint = "0.48.2" -moshi = "1.15.1" +moshi = "1.15.2" okhttp = "5.0.0-alpha.14" okio = "3.9.1" protobuf = "4.29.0"