Skip to content

Commit 51e276a

Browse files
chore(deps): bump junit from 4.13 to 4.13.1 in /tutorials/java/Polygons (#354)
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 6f805a0 commit 51e276a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/java/Polygons/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies {
4141
implementation fileTree(dir: 'libs', include: ['*.jar'])
4242
implementation 'androidx.appcompat:appcompat:1.2.0'
4343
implementation 'com.google.android.gms:play-services-maps:17.0.0'
44-
testImplementation 'junit:junit:4.13'
44+
testImplementation 'junit:junit:4.13.1'
4545
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
4646
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
4747
}

0 commit comments

Comments
 (0)