From 0ed401499c6ef7976d33ae1cafd7ece370404dfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 09:38:48 +0000 Subject: [PATCH] Bump com.squareup.moshi:moshi-kotlin from 1.15.1 to 1.15.2 Bumps [com.squareup.moshi:moshi-kotlin](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 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b06677909..328eeb405 100644 --- a/build.gradle +++ b/build.gradle @@ -67,7 +67,7 @@ dependencies { implementation "com.squareup.okhttp3:okhttp:4.12.0" implementation 'com.beust:klaxon:5.6' - implementation 'com.squareup.moshi:moshi-kotlin:1.15.1' + implementation 'com.squareup.moshi:moshi-kotlin:1.15.2' testImplementation "org.jetbrains.kotlin:kotlin-test" testImplementation "org.jetbrains.kotlin:kotlin-test-junit"