From 1ba1ed6b9521d462a9d9365c9141b1a6eaa754d1 Mon Sep 17 00:00:00 2001 From: ligi Date: Thu, 17 Dec 2020 08:09:59 +0100 Subject: [PATCH] Use moshi 1.11.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 73b51f26..1a1849ec 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ dependencies { implementation "com.github.komputing.kethereum:crypto_impl_bouncycastle:${KETHEREUM_VERSION}" implementation 'com.beust:klaxon:5.4' - implementation 'com.squareup.moshi:moshi-kotlin:1.9.3' + implementation 'com.squareup.moshi:moshi-kotlin:1.11.0' implementation 'com.squareup.okhttp3:okhttp:4.7.2' testImplementation "org.jetbrains.kotlin:kotlin-test"