@@ -48,26 +48,26 @@ android {
4848
4949dependencies {
5050
51- implementation(" androidx.core:core-ktx:1.16 .0" )
51+ implementation(" androidx.core:core-ktx:1.17 .0" )
5252 implementation(" androidx.appcompat:appcompat:1.7.1" )
5353 implementation(" com.google.android.material:material:1.12.0" )
5454
55- implementation(" com.squareup.retrofit2:retrofit:2.11 .0" )
56- implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3 " )
55+ implementation(" com.squareup.retrofit2:retrofit:3.0 .0" )
56+ implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0 " )
5757 implementation(" com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter:1.0.0" )
58- implementation(" com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.14 " )
59- implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1 " )
60- implementation(" androidx.test:monitor:1.7.2 " )
61- implementation(" androidx.test.ext:junit-ktx:1.2.1 " )
58+ implementation(" com.squareup.okhttp3:logging-interceptor:5.1.0 " )
59+ implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 " )
60+ implementation(" androidx.test:monitor:1.8.0 " )
61+ implementation(" androidx.test.ext:junit-ktx:1.3.0 " )
6262
6363 // Unit testing
6464 testImplementation(" junit:junit:4.13.2" )
65- testImplementation(" org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.1 " )
66- testImplementation(" org.mockito:mockito-core:5.12 .0" )
67- testImplementation(" org.mockito.kotlin:mockito-kotlin:5.2.1 " )
65+ testImplementation(" org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2 " )
66+ testImplementation(" org.mockito:mockito-core:5.19 .0" )
67+ testImplementation(" org.mockito.kotlin:mockito-kotlin:6.0.0 " )
6868
69- androidTestImplementation(" org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.1 " )
70- androidTestImplementation(" androidx.test:runner:1.6.2 " )
69+ androidTestImplementation(" org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2 " )
70+ androidTestImplementation(" androidx.test:runner:1.7.0 " )
7171
72- androidTestImplementation(" androidx.test:rules:1.6.1 " )
72+ androidTestImplementation(" androidx.test:rules:1.7.0 " )
7373}
0 commit comments