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

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:51:39 +00:00 committed by Jakub Chrzanowski
parent a51151ff21
commit bd5f6e6c4e

View File

@ -27,7 +27,7 @@ test {
sourceSets.main.java.srcDirs 'src/main/gen'
dependencies {
testImplementation group: 'junit', name: 'junit', version: '4.13.1'
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
}
// See https://github.com/JetBrains/gradle-intellij-plugin/