Skip to content

Commit

Permalink
fix(deps): update dependency junit:junit to v4.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 18, 2024
1 parent 7e3d2ad commit e863f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ checkstyle {
}

dependencies {
testImplementation "junit:junit:4.12"
testImplementation "junit:junit:4.13.2"
//noinspection GradleDynamicVersion
testImplementation "org.mockito:mockito-core:2.+"
testImplementation "org.robolectric:robolectric:3.3.2"
Expand Down

0 comments on commit e863f5c

Please sign in to comment.