Skip to content

Commit 82d7154

Browse files
Bump junit from 4.13 to 4.13.2
Bumps [junit](https://github.com/junit-team/junit4) from 4.13 to 4.13.2. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.2.md) - [Commits](junit-team/junit4@r4.13...r4.13.2) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 434036d commit 82d7154

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.13'
33+
testImplementation 'junit:junit:4.13.2'
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.13'
32+
testImplementation 'junit:junit:4.13.2'
3333
androidTestImplementation 'androidx.test:runner:1.2.0'
3434
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
3535
}

0 commit comments

Comments
 (0)