File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -91,8 +91,8 @@ dependencies {
91
91
implementation(" com.google.code.gson:gson:2.10.1" )
92
92
93
93
// Networking/API
94
- implementation(" com.squareup.okhttp3:okhttp:4.11 .0" )
95
- implementation(" com.squareup.okhttp3:logging-interceptor:4.11 .0" )
94
+ implementation(" com.squareup.okhttp3:okhttp:4.12 .0" )
95
+ implementation(" com.squareup.okhttp3:logging-interceptor:4.12 .0" )
96
96
97
97
// Coroutines
98
98
implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3" )
@@ -116,7 +116,7 @@ dependencies {
116
116
testImplementation(" org.robolectric:robolectric:4.9.2" )
117
117
testImplementation(" org.mockito:mockito-core:5.2.0" )
118
118
testImplementation(" com.nhaarman:mockito-kotlin:1.6.0" )
119
- testImplementation(" com.squareup.okhttp3:mockwebserver:4.11 .0" )
119
+ testImplementation(" com.squareup.okhttp3:mockwebserver:4.12 .0" )
120
120
testImplementation(" junit:junit:4.13.2" )
121
121
}
122
122
You can’t perform that action at this time.
0 commit comments