From 70c7fb16f8709dd4064905c19137fbc86c7e995f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 22:56:34 +0100 Subject: [PATCH] Bump com.squareup.moshi:moshi-kotlin from 1.15.0 to 1.15.1 (#869) Bumps [com.squareup.moshi:moshi-kotlin](https://github.com/square/moshi) from 1.15.0 to 1.15.1. - [Changelog](https://github.com/square/moshi/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/moshi/compare/parent-1.15.0...1.15.1) --- updated-dependencies: - dependency-name: com.squareup.moshi:moshi-kotlin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5fb17d3b7..db0e92488 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.0' + implementation 'com.squareup.moshi:moshi-kotlin:1.15.1' testImplementation "org.jetbrains.kotlin:kotlin-test" testImplementation "org.jetbrains.kotlin:kotlin-test-junit"