Skip to content

Commit 2bcb1d4

Browse files
Bump androidx.test.ext:junit from 1.1.5 to 1.3.0
Bumps androidx.test.ext:junit from 1.1.5 to 1.3.0. --- updated-dependencies: - dependency-name: androidx.test.ext:junit dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1b36329 commit 2bcb1d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ dependencies {
7171
implementation "com.squareup.leakcanary:plumber-android:$leak_canary_version"
7272
testImplementation 'junit:junit:4.13.2'
7373
androidTestImplementation 'androidx.test:core:1.5.0'
74-
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
74+
androidTestImplementation 'androidx.test.ext:junit:1.3.0'
7575
androidTestImplementation 'androidx.test:rules:1.5.0'
7676
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
7777
androidTestImplementation "com.squareup.leakcanary:leakcanary-android-instrumentation:$leak_canary_version"

0 commit comments

Comments
 (0)