This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-shade-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 283bf20 deps: update JUnit to 4.13 (#41) 283bf20 is described below commit 283bf20d494615c20c3c3a820c7fdc189c2234de Author: Elliotte Rusty Harold <elh...@users.noreply.github.com> AuthorDate: Sat Apr 11 07:42:43 2020 -0400 deps: update JUnit to 4.13 (#41) @hboutemy --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f61b942..a3124e2 100644 --- a/pom.xml +++ b/pom.xml @@ -171,7 +171,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.12</version> + <version>4.13</version> <scope>test</scope> </dependency>