Skip to content

Commit 39fdd4a

Browse files
committed
Bump version of androidx.test:runner
Let's see if this is the one dependabot says brings in insecure dependencies, even though it can't tell (but the dependencies are referenced through things named test..)
1 parent 220cf35 commit 39fdd4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838
implementation 'androidx.camera:camera-lifecycle:1.4.2'
3939
implementation 'androidx.camera:camera-view:1.4.2'
4040
testImplementation 'junit:junit:4.13.2'
41-
androidTestImplementation 'androidx.test:runner:1.5.2'
41+
androidTestImplementation 'androidx.test:runner:1.7.0'
4242
implementation 'com.google.code.gson:gson:2.8.9'
4343
implementation 'com.android.volley:volley:1.2.1'
4444

0 commit comments

Comments
 (0)