build(deps): bump junit in /code_samples/comparing_references_inspection

Bumps [junit](https://github.com/junit-team/junit4) from 4.13.1 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.1.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.13.1...r4.13.2)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-02-15 07:49:28 +00:00 committed by Jakub Chrzanowski
parent bd5f6e6c4e
commit d30712d117

View File

@ -15,7 +15,7 @@ repositories {
}
dependencies {
testImplementation group: 'junit', name: 'junit', version: '4.13.1'
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
}
test {