From a322f4828947e45c7dde4974ea71cf1ad685cf84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 12:06:41 +0000 Subject: [PATCH] Bump com.squareup.moshi:moshi-kotlin from 1.12.0 to 1.15.0 Bumps [com.squareup.moshi:moshi-kotlin](https://github.com/square/moshi) from 1.12.0 to 1.15.0. - [Changelog](https://github.com/square/moshi/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/moshi/compare/moshi-parent-1.12.0...parent-1.15.0) --- updated-dependencies: - dependency-name: com.squareup.moshi:moshi-kotlin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f3ce9a790278..a967161b97bf 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ dependencies { implementation "com.github.komputing.kethereum:crypto_impl_bouncycastle:${KETHEREUM_VERSION}" implementation 'com.beust:klaxon:5.5' - implementation 'com.squareup.moshi:moshi-kotlin:1.12.0' + implementation 'com.squareup.moshi:moshi-kotlin:1.15.0' implementation 'com.squareup.okhttp3:okhttp:4.9.2' testImplementation "org.jetbrains.kotlin:kotlin-test:${KOTLIN_VERSION}"