From 037db00ac28565e08ef8a610b34fde410d343302 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Sep 2022 11:26:56 +0000 Subject: [PATCH] Bump moshi-kotlin from 1.12.0 to 1.14.0 Bumps [moshi-kotlin](https://github.com/square/moshi) from 1.12.0 to 1.14.0. - [Release notes](https://github.com/square/moshi/releases) - [Changelog](https://github.com/square/moshi/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/moshi/compare/moshi-parent-1.12.0...1.14.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..99e5d72d8e66 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.14.0' implementation 'com.squareup.okhttp3:okhttp:4.9.2' testImplementation "org.jetbrains.kotlin:kotlin-test:${KOTLIN_VERSION}"