Skip to content

Commit a710b5b

Browse files
Bump junit from 1.1.3 to 1.1.5 (#23)
Bumps junit from 1.1.3 to 1.1.5. --- updated-dependencies: - dependency-name: androidx.test.ext:junit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b7450b7 commit a710b5b

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
@@ -43,6 +43,6 @@ dependencies {
4343
implementation 'androidx.navigation:navigation-fragment-ktx:2.5.0'
4444
implementation 'androidx.navigation:navigation-ui-ktx:2.5.3'
4545
testImplementation 'junit:junit:4.13.2'
46-
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
46+
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
4747
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
4848
}

0 commit comments

Comments
 (0)