Skip to content

Commit e4dfad8

Browse files
chore(deps): bump junit in /tutorials/kotlin/Polygons (#350)
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 51e276a commit e4dfad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/kotlin/Polygons/app/build.gradle

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

0 commit comments

Comments
 (0)