commit | b6e28dd5fd6571c2515b7e11515e802c3c49cb5d | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Tue Oct 13 02:16:08 2020 +0000 |
committer | GitHub <noreply@github.com> | Tue Oct 13 02:16:08 2020 +0000 |
tree | cc686c3fb6c12133a6dab61dff5f11db60d5d78f | |
parent | e7f0fb8cf8964395ef8708d7862dc83b95c3ac6f [diff] |
Bump junit from 4.8.2 to 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>
diff --git a/pom.xml b/pom.xml index c2d7692..b3689bf 100644 --- a/pom.xml +++ b/pom.xml
@@ -11,7 +11,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.8.2</version> + <version>4.13.1</version> <scope>test</scope> </dependency> <!-- https://mvnrepository.com/artifact/javax.servlet/servlet-api -->