From bc8f0641d5ae68d01dc2315f22b07e117a56fb0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 02:05:56 +0000 Subject: [PATCH] Bump com.squareup.moshi:moshi-kotlin from 1.10.0 to 1.15.1 Bumps [com.squareup.moshi:moshi-kotlin](https://github.com/square/moshi) from 1.10.0 to 1.15.1. - [Changelog](https://github.com/square/moshi/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/moshi/compare/moshi-parent-1.10.0...1.15.1) --- updated-dependencies: - dependency-name: com.squareup.moshi:moshi-kotlin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- api/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/build.gradle b/api/build.gradle index e0f4629..8192b9c 100644 --- a/api/build.gradle +++ b/api/build.gradle @@ -5,7 +5,7 @@ dependencies { implementation 'com.nimbusds:nimbus-jose-jwt:9.37.3' api 'com.squareup.moshi:moshi:1.10.0' - api 'com.squareup.moshi:moshi-kotlin:1.10.0' + api 'com.squareup.moshi:moshi-kotlin:1.15.1' implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3" }