Skip to content

Commit ee52e04

Browse files
Update dependency androidx.test.ext:junit to v1.1.5
1 parent 3dc2044 commit ee52e04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ dependencies {
5858
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
5959
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
6060
testImplementation 'junit:junit:4.13.2'
61-
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
61+
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
6262
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
6363

6464
}

0 commit comments

Comments
 (0)