diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2020-10-13 09:10:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-13 09:10:50 +0000 |
commit | 4545211ed6e787354ee96bc6460aaf71ef2a2b57 (patch) | |
tree | 9ce8ebc73db22f2a60af5de57ce25bce3c38bc74 | |
parent | 8e971f6b32e3d918c4a744655fc3b2a39e5b0ecf (diff) |
Bump junit from 4.8.2 to 4.13.1dependabot/maven/junit-junit-4.13.1
Bumps [junit](https://github.com/junit-team/junit4) from 4.8.2 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/compare/r4.8.2...r4.13.1)
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -136,7 +136,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.8.2</version> + <version>4.13.1</version> <scope>test</scope> </dependency> <dependency> |