You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ay...@apache.org on 2021/06/25 17:20:16 UTC

[hadoop] branch branch-3.2 updated: HADOOP-17769. Upgrade JUnit to 4.13.2. fixes TestBlockRecovery (#3130). Contributed by Ahmed Hussein. (#3139)

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

ayushsaxena pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.2 by this push:
     new e0ec184  HADOOP-17769. Upgrade JUnit to 4.13.2. fixes TestBlockRecovery (#3130). Contributed by Ahmed Hussein. (#3139)
e0ec184 is described below

commit e0ec1849d71869e7484aba9301b270b916bc3c9a
Author: Ahmed Hussein <50...@users.noreply.github.com>
AuthorDate: Fri Jun 25 12:20:04 2021 -0500

    HADOOP-17769. Upgrade JUnit to 4.13.2. fixes TestBlockRecovery (#3130). Contributed by Ahmed Hussein. (#3139)
    
    Signed-off-by: Ayush Saxena <ay...@apache.org>
    (cherry picked from commit 581f43dce15d5753deb33f72ec275d0ea67b1403)
---
 LICENSE.txt            | 2 +-
 hadoop-project/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/LICENSE.txt b/LICENSE.txt
index ac9ba24..373ee18 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1635,7 +1635,7 @@ derived.)
 
 The binary distribution of this product bundles these dependencies under the
 following license:
-JUnit 4.11
+JUnit 4.13.2
 Eclipse JDT Core 3.1.1
 --------------------------------------------------------------------------------
 (EPL v1.0)
diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index 5089333..ed1ad44 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -183,7 +183,7 @@
     <snakeyaml.version>1.16</snakeyaml.version>
     <hbase.one.version>1.2.6</hbase.one.version>
     <hbase.two.version>2.0.0-beta-1</hbase.two.version>
-    <junit.version>4.13.1</junit.version>
+    <junit.version>4.13.2</junit.version>
     <woodstox.version>5.3.0</woodstox.version>
     <json-smart.version>2.4.2</json-smart.version>
     <nimbus-jose-jwt.version>9.8.1</nimbus-jose-jwt.version>

---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org