diff --git a/build.gradle.kts b/build.gradle.kts index 5e791b5a..1ec77df0 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -28,8 +28,8 @@ dependencies { implementation("com.squareup.okhttp3:okhttp") implementation("com.squareup.okhttp3:logging-interceptor") - implementation("com.squareup.moshi:moshi:1.15.1") - ksp("com.squareup.moshi:moshi-kotlin-codegen:1.15.1") + implementation("com.squareup.moshi:moshi:1.15.2") + ksp("com.squareup.moshi:moshi-kotlin-codegen:1.15.2") implementation("com.squareup.retrofit2:retrofit:2.11.0") implementation("com.squareup.retrofit2:converter-moshi:2.11.0")