You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/03/08 22:42:46 UTC

[maven-antrun-plugin] branch master updated: [MANTRUN-218] Bump junit from 4.12 to 4.13

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-antrun-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new abed7fb  [MANTRUN-218] Bump junit from 4.12 to 4.13
abed7fb is described below

commit abed7fb8643a74619f7e4d4d8eef682445906ae2
Author: snyk-bot <sn...@snyk.io>
AuthorDate: Thu Feb 13 06:17:36 2020 +0000

    [MANTRUN-218] Bump junit from 4.12 to 4.13
---
 src/it/properties-test/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/it/properties-test/pom.xml b/src/it/properties-test/pom.xml
old mode 100755
new mode 100644
index 3761936..5578d95
--- a/src/it/properties-test/pom.xml
+++ b/src/it/properties-test/pom.xml
@@ -34,7 +34,7 @@ under the License.
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.12</version>
+      <version>4.13</version>
     </dependency>
   </dependencies>