diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7236f1a131..b25ede6676 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -97,7 +97,7 @@ squareup_seismic = "com.squareup:seismic:1.0.3" # network network_okhttp_bom = "com.squareup.okhttp3:okhttp-bom:4.10.0" network_retrofit = "com.squareup.retrofit2:retrofit:2.9.0" -network_retrofit_converter_serialization = "com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter:0.8.0" +network_retrofit_converter_serialization = "com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter:1.0.0" # Test test_core = { module = "androidx.test:core", version.ref = "test_core" }