diff --git a/build.gradle.kts b/build.gradle.kts index 1c02958..f90e8b1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -41,7 +41,7 @@ dependencies { implementation(localGroovy()) implementation("com.squareup:kotlinpoet:2.0.0") - implementation("com.squareup.moshi:moshi-kotlin:1.12.0") + implementation("com.squareup.moshi:moshi-kotlin:1.15.2") implementation("com.github.komputing.kethereum:abi:$kethereumVersion") implementation("com.github.komputing.kethereum:abi_codegen:$kethereumVersion")