Skip to content

Commit b9d2916

Browse files
chore(deps): bump junit from 4.13 to 4.13.1 in /ApiDemos/java (#345)
Bumps [junit](https://github.com/junit-team/junit4) from 4.13 to 4.13.1. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md) - [Commits](junit-team/junit4@r4.13...r4.13.1) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 3171769 commit b9d2916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ApiDemos/java/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ dependencies {
6363
v3Implementation 'com.google.android.libraries.maps:maps:3.1.0-beta'
6464

6565
// Tests
66-
testImplementation 'junit:junit:4.13'
66+
testImplementation 'junit:junit:4.13.1'
6767
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
6868
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
6969
}

0 commit comments

Comments
 (0)