Skip to content

Commit

Permalink
Merge pull request #266 from tony19/renovate/junit-junit-4.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency junit:junit to v4.13.2
  • Loading branch information
tony19 authored Nov 6, 2022
2 parents d7e65a0 + 650cc4b commit 5eddfaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logback-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ android {

dependencies {

testImplementation('junit:junit:4.12') {
testImplementation('junit:junit:4.13.2') {
exclude(module: 'hamcrest-core')
}

Expand Down

0 comments on commit 5eddfaf

Please sign in to comment.