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/23 14:36:07 UTC

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

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

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


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

commit b58be3a12d45ee9eaba84d0c376a1e54a35a2229
Author: Ahmed Hussein <50...@users.noreply.github.com>
AuthorDate: Wed Jun 23 09:35:31 2021 -0500

    HADOOP-17769. Upgrade JUnit to 4.13.2. fixes TestBlockRecovery (#3131). Contributed by Ahmed Hussein.
    
    Signed-off-by: Wei-Chiu Chuang <we...@apache.org>
    Signed-off-by: Akira Ajisaka <aa...@apache.org>
    Signed-off-by: Hui Fei <fe...@apache.org>
    Signed-off-by: Ayush Saxena <ay...@apache.org>
---
 hadoop-project/pom.xml                                                  | 2 +-
 .../hadoop-yarn-server-timelineservice-hbase-tests/pom.xml              | 2 +-
 .../hadoop-yarn-server-timelineservice-hbase-client/pom.xml             | 2 +-
 .../hadoop-yarn-server/hadoop-yarn-server-timelineservice/pom.xml       | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index 3170346..003a606 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -824,7 +824,7 @@
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
-        <version>4.13.1</version>
+        <version>4.13.2</version>
       </dependency>
       <dependency>
         <groupId>commons-lang</groupId>
diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase-tests/pom.xml b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase-tests/pom.xml
index 8561160b..a9e790f 100644
--- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase-tests/pom.xml
+++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase-tests/pom.xml
@@ -369,7 +369,7 @@
             <additionnalDependency>
               <groupId>junit</groupId>
               <artifactId>junit</artifactId>
-              <version>4.11</version>
+              <version>4.13.2</version>
             </additionnalDependency>
           </additionnalDependencies>
         </configuration>
diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase/hadoop-yarn-server-timelineservice-hbase-client/pom.xml b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase/hadoop-yarn-server-timelineservice-hbase-client/pom.xml
index 09925c3..3b71c67 100644
--- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase/hadoop-yarn-server-timelineservice-hbase-client/pom.xml
+++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase/hadoop-yarn-server-timelineservice-hbase-client/pom.xml
@@ -191,7 +191,7 @@
             <additionalDependency>
               <groupId>junit</groupId>
               <artifactId>junit</artifactId>
-              <version>4.11</version>
+              <version>4.13.2</version>
             </additionalDependency>
           </additionalDependencies>
         </configuration>
diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice/pom.xml b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice/pom.xml
index b1ef3f4..03b4850 100644
--- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice/pom.xml
+++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice/pom.xml
@@ -170,7 +170,7 @@
             <additionnalDependency>
               <groupId>junit</groupId>
               <artifactId>junit</artifactId>
-              <version>4.11</version>
+              <version>4.13.2</version>
             </additionnalDependency>
           </additionnalDependencies>
         </configuration>

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