Skip to content

Commit c021e98

Browse files
Bump com.squareup.moshi:moshi from 1.14.0 to 1.15.0 (#58)
1 parent f9dd80b commit c021e98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@ dependencies {
209209
constraints {
210210
implementation("com.squareup.okio:okio:3.3.0")
211211
}
212-
api("com.squareup.moshi:moshi:1.14.0")
213-
implementation("com.squareup.moshi:moshi-kotlin:1.14.0")
212+
api("com.squareup.moshi:moshi:1.15.0")
213+
implementation("com.squareup.moshi:moshi-kotlin:1.15.0")
214214
api("com.squareup.okhttp3:okhttp:4.11.0")
215215
implementation("com.squareup.okhttp3:logging-interceptor:4.11.0")
216216
api("com.squareup.retrofit2:retrofit:2.9.0")

0 commit comments

Comments
 (0)