Skip to content

Commit c7ed1f2

Browse files
Bump junit from 4.12 to 4.13
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/master/doc/ReleaseNotes4.12.md) - [Commits](junit-team/junit4@r4.12...r4.13) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 3ad8a88 commit c7ed1f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
implementation "androidx.appcompat:appcompat:$appcompat_version"
3131
implementation "androidx.core:core-ktx:$core_version"
3232
implementation "com.google.android.material:material:$material_version"
33-
testImplementation 'junit:junit:4.12'
33+
testImplementation 'junit:junit:4.13'
3434
androidTestImplementation 'androidx.test:runner:1.2.0'
3535
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
3636
}

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies {
2929
implementation "androidx.core:core-ktx:$core_version"
3030
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
3131
implementation "com.google.android.material:material:$material_version"
32-
testImplementation 'junit:junit:4.12'
32+
testImplementation 'junit:junit:4.13'
3333
androidTestImplementation 'androidx.test:runner:1.2.0'
3434
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
3535
}

0 commit comments

Comments
 (0)