Skip to content

Commit

Permalink
Bump junit from 4.13 to 4.13.2
Browse files Browse the repository at this point in the history
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)

---
updated-dependencies:
- dependency-name: junit:junit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 12, 2021
1 parent ffe8f2e commit da2c6ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/cart/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ dependencies {
implementation 'androidx.core:core-ktx:1.6.0'
implementation project(':samples:approuter')

testImplementation 'junit:junit:4.13'
testImplementation 'junit:junit:4.13.2'
}
2 changes: 1 addition & 1 deletion samples/product/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ android {
implementation project(':annotations')
kapt project(':processor')

testImplementation 'junit:junit:4.12'
testImplementation 'junit:junit:4.13.2'
}
}

0 comments on commit da2c6ea

Please sign in to comment.