From 0130d5bd60cd3f04aa6202771250e20d0404568c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 17:06:41 +0000 Subject: [PATCH] Update dependency com.squareup.moshi:moshi to v1.15.2 --- 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 e2d2c012ac..94841d99da 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -75,7 +75,7 @@ jaxbApi = { module = "javax.xml.bind:jaxb-api", version = "2.3.1" } jaxbImpl = { module = "org.glassfish.jaxb:jaxb-runtime", version = "4.0.5" } jaxb3Api = { module = "jakarta.xml.bind:jakarta.xml.bind-api", version = "3.0.1" } jaxb3Impl = { module = "com.sun.xml.bind:jaxb-impl", version = "3.0.2" } -moshi = { module = "com.squareup.moshi:moshi", version = "1.15.1" } +moshi = { module = "com.squareup.moshi:moshi", version = "1.15.2" } simpleXml = { module = "org.simpleframework:simple-xml", version = "2.7.1" } wireRuntime = { module = "com.squareup.wire:wire-runtime", version = "2.2.0" } jsoup = { module = "org.jsoup:jsoup", version = "1.18.3" }