Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot]
e36485400b chore(deps): bump junit
Bumps [junit](https://github.com/junit-team/junit4) from 4.0 to 4.13.1.
- [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/commits/r4.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-12 17:58:57 +00:00

View File

@@ -8,7 +8,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.0</version>
<version>4.13.1</version>
<type>jar</type>
<optional>true</optional>
</dependency>