Bump moshi-kotlin-codegen from 1.9.3 to 1.11.0 (#56)

This commit is contained in:
dependabot-preview[bot] 2020-10-13 10:04:46 +00:00 committed by GitHub
parent 01b1192943
commit 74ef6297b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -15,5 +15,5 @@ dependencies {
implementation "com.squareup.moshi:moshi:1.11.0"
implementation 'com.squareup.moshi:moshi-adapters:1.10.0'
kapt "com.squareup.moshi:moshi-kotlin-codegen:1.9.3"
kapt "com.squareup.moshi:moshi-kotlin-codegen:1.11.0"
}

View file

@ -15,7 +15,7 @@ dependencies {
implementation "com.squareup.moshi:moshi:1.11.0"
implementation 'com.squareup.moshi:moshi-adapters:1.10.0'
kapt "com.squareup.moshi:moshi-kotlin-codegen:1.9.3"
kapt "com.squareup.moshi:moshi-kotlin-codegen:1.11.0"
implementation "com.squareup.okhttp3:okhttp-urlconnection:$okhttp3"
}