Use moshi 1.14

This commit is contained in:
ligi 2022-11-03 22:19:46 +01:00
parent 2906a5c2ae
commit 06ed026a96
No known key found for this signature in database
GPG Key ID: 8E81894010ABF23D
2 changed files with 3 additions and 3 deletions

View File

@ -14,6 +14,6 @@ publishing {
} }
dependencies { dependencies {
ksp("com.squareup.moshi:moshi-kotlin-codegen:1.13.0") ksp("com.squareup.moshi:moshi-kotlin-codegen:1.14.0")
implementation("com.squareup.moshi:moshi:1.13.0") implementation("com.squareup.moshi:moshi:1.14.0")
} }

View File

@ -11,7 +11,7 @@ dependencies {
implementation "com.github.komputing.kethereum:crypto_impl_bouncycastle:${KETHEREUM_VERSION}" implementation "com.github.komputing.kethereum:crypto_impl_bouncycastle:${KETHEREUM_VERSION}"
implementation 'com.beust:klaxon:5.6' implementation 'com.beust:klaxon:5.6'
implementation 'com.squareup.moshi:moshi:1.13.0' implementation 'com.squareup.moshi:moshi:1.14.0'
implementation 'com.squareup.okhttp3:okhttp:4.10.0' implementation 'com.squareup.okhttp3:okhttp:4.10.0'
implementation project(":model") implementation project(":model")