This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-shared-jar.git
The following commit(s) were added to refs/heads/master by this push: new 3d32d9b [MSHARED-839] Bump junit from 4.12 to 4.13 3d32d9b is described below commit 3d32d9b1a0df29c609ea9b5c5fef4b8fd8fc3abc Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> AuthorDate: Sun Jan 19 10:23:52 2020 +0000 [MSHARED-839] 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] <supp...@dependabot.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c21e3c4..7fc5588 100644 --- a/pom.xml +++ b/pom.xml @@ -109,7 +109,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.12</version> + <version>4.13</version> <scope>test</scope> </dependency>