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:03:37 UTC

[maven-antrun-plugin] branch MANTRUN-218 created (now abed7fb)

This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a change to branch MANTRUN-218
in repository https://gitbox.apache.org/repos/asf/maven-antrun-plugin.git.


      at abed7fb  [MANTRUN-218] Bump junit from 4.12 to 4.13

This branch includes the following new commits:

     new abed7fb  [MANTRUN-218] Bump junit from 4.12 to 4.13

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-antrun-plugin] 01/01: [MANTRUN-218] Bump junit from 4.12 to 4.13

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch MANTRUN-218
in repository https://gitbox.apache.org/repos/asf/maven-antrun-plugin.git

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>