@@ -72,8 +72,8 @@ android {
72
72
73
73
dependencies {
74
74
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
75
- implementation ' org.jetbrains.kotlin:kotlin-reflect:1.8 .0'
76
- implementation ' com.google.android.material:material:1.8 .0'
75
+ implementation ' org.jetbrains.kotlin:kotlin-reflect:1.9 .0'
76
+ implementation ' com.google.android.material:material:1.9 .0'
77
77
78
78
// AndroidX
79
79
implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
@@ -84,12 +84,12 @@ dependencies {
84
84
implementation ' com.google.code.gson:gson:2.10.1'
85
85
86
86
// Networking/API
87
- implementation ' com.squareup.okhttp3:okhttp:4.10 .0'
88
- implementation ' com.squareup.okhttp3:logging-interceptor:4.10 .0'
87
+ implementation ' com.squareup.okhttp3:okhttp:4.11 .0'
88
+ implementation ' com.squareup.okhttp3:logging-interceptor:4.11 .0'
89
89
90
90
// Coroutines
91
- implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 '
92
- implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4 '
91
+ implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 '
92
+ implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 '
93
93
94
94
// Exported AndroidX dependencies
95
95
api ' androidx.appcompat:appcompat:1.6.1'
@@ -104,12 +104,12 @@ dependencies {
104
104
testImplementation ' androidx.test:core:1.5.0' // Robolectric
105
105
testImplementation ' androidx.navigation:navigation-testing:2.5.3'
106
106
testImplementation ' androidx.arch.core:core-testing:2.2.0'
107
- testImplementation ' org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4 '
107
+ testImplementation ' org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3 '
108
108
testImplementation ' org.assertj:assertj-core:3.24.2'
109
109
testImplementation ' org.robolectric:robolectric:4.9.2'
110
- testImplementation ' org.mockito:mockito-core:4.11 .0'
110
+ testImplementation ' org.mockito:mockito-core:5.2 .0'
111
111
testImplementation ' com.nhaarman:mockito-kotlin:1.6.0'
112
- testImplementation ' com.squareup.okhttp3:mockwebserver:4.10 .0'
112
+ testImplementation ' com.squareup.okhttp3:mockwebserver:4.11 .0'
113
113
testImplementation ' junit:junit:4.13.2'
114
114
}
115
115
0 commit comments