This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch dependabot/maven/junit-junit-4.13
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git
commit 11c65eb97b6939c84d5c05df5759b53e4606d52e
Author: dependabot-preview[bot]
<27856297+dependabot-preview[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 16 04:17:18 2020 +0000
Bump junit from 4.12 to 4.13
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.
- [Release notes](https://github.com/junit-team/junit4/releases)
-
[Changelog](https://github.com/junit-team/junit4/blob/master/doc/ReleaseNotes4.12.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13)
Signed-off-by: dependabot-preview[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index fe0de00..311f14f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -313,7 +313,7 @@ under the License.
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.12</version>
+ <version>4.13</version>
<scope>test</scope>
</dependency>
<dependency>