From 0c82013d40e4de69a802939da4a61cc1d53ea672 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 16:00:26 +0000 Subject: [PATCH] deps(deps): bump com.squareup.moshi:moshi-kotlin from 1.15.0 to 1.15.2 Bumps [com.squareup.moshi:moshi-kotlin](https://github.com/square/moshi) from 1.15.0 to 1.15.2. - [Changelog](https://github.com/square/moshi/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/moshi/compare/parent-1.15.0...1.15.2) --- updated-dependencies: - dependency-name: com.squareup.moshi:moshi-kotlin dependency-version: 1.15.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index adf937c..d0d15f1 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -114,8 +114,8 @@ dependencies { implementation("com.squareup.okhttp3:okhttp:4.12.0") // JSON/XML Parsing - implementation("com.squareup.moshi:moshi:1.15.0") - implementation("com.squareup.moshi:moshi-kotlin:1.15.0") + implementation("com.squareup.moshi:moshi:1.15.2") + implementation("com.squareup.moshi:moshi-kotlin:1.15.2") // Image Loading implementation("io.coil-kt:coil:2.6.0")