From 414589a95653b4939024a6d9f17b030f0cd8a2d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 10:45:27 +0000 Subject: [PATCH] chore: bump com.squareup.moshi:moshi-kotlin-codegen Bumps [com.squareup.moshi:moshi-kotlin-codegen](https://github.com/square/moshi) from 1.15.1 to 1.15.2. - [Changelog](https://github.com/square/moshi/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/moshi/compare/1.15.1...1.15.2) --- updated-dependencies: - dependency-name: com.squareup.moshi:moshi-kotlin-codegen dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index a126d001..864e1f9b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -45,8 +45,8 @@ dependencies { implementation("com.squareup.okhttp3:okhttp") implementation("com.squareup.okhttp3:logging-interceptor") - implementation("com.squareup.moshi:moshi:1.15.1") - ksp("com.squareup.moshi:moshi-kotlin-codegen:1.15.1") + implementation("com.squareup.moshi:moshi:1.15.2") + ksp("com.squareup.moshi:moshi-kotlin-codegen:1.15.2") implementation("com.squareup.retrofit2:retrofit:2.11.0") implementation("com.squareup.retrofit2:converter-moshi:2.11.0")