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

bodewig pushed a commit to branch 1.9.x
in repository https://gitbox.apache.org/repos/asf/ant.git


The following commit(s) were added to refs/heads/1.9.x by this push:
     new 4ae9d1c  bump JUnit to fix 
https://github.com/junit-team/junit4/security/advisories/GHSA-269g-pwp5-87pp
4ae9d1c is described below

commit 4ae9d1cd603ca52659891dcd391df813fcee6bb5
Author: Stefan Bodewig <stefan.bode...@innoq.com>
AuthorDate: Tue Oct 13 19:27:59 2020 +0200

    bump JUnit to fix 
https://github.com/junit-team/junit4/security/advisories/GHSA-269g-pwp5-87pp
---
 lib/libraries.properties          | 2 +-
 src/etc/poms/ant-junit/pom.xml    | 2 +-
 src/etc/poms/ant-junit4/pom.xml   | 2 +-
 src/etc/poms/ant-testutil/pom.xml | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/lib/libraries.properties b/lib/libraries.properties
index fced7fb..0bf5f19 100644
--- a/lib/libraries.properties
+++ b/lib/libraries.properties
@@ -58,7 +58,7 @@ javax.mail.version=1.5.6
 jdepend.version=2.9.1
 # Later versions are built with Java 7
 jruby.version=1.6.8
-junit.version=4.12
+junit.version=4.13.1
 # Later versions are built with Java 6
 rhino.version=1.7R5
 jsch.version=0.1.55
diff --git a/src/etc/poms/ant-junit/pom.xml b/src/etc/poms/ant-junit/pom.xml
index 4efa2b8..748b1ea 100644
--- a/src/etc/poms/ant-junit/pom.xml
+++ b/src/etc/poms/ant-junit/pom.xml
@@ -45,7 +45,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/ma
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.12</version>
+      <version>4.13.1</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/src/etc/poms/ant-junit4/pom.xml b/src/etc/poms/ant-junit4/pom.xml
index f0a98b3..a5912c2 100644
--- a/src/etc/poms/ant-junit4/pom.xml
+++ b/src/etc/poms/ant-junit4/pom.xml
@@ -45,7 +45,7 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>4.12</version>
+            <version>4.13.1</version>
             <scope>compile</scope>
         </dependency>
     </dependencies>
diff --git a/src/etc/poms/ant-testutil/pom.xml 
b/src/etc/poms/ant-testutil/pom.xml
index ee9a796..6cb8fff 100644
--- a/src/etc/poms/ant-testutil/pom.xml
+++ b/src/etc/poms/ant-testutil/pom.xml
@@ -46,7 +46,7 @@
      <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.12</version>
+      <version>4.13.1</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>

Reply via email to