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 aa...@apache.org on 2021/03/25 10:54:26 UTC

[hadoop] branch trunk updated: HADOOP-17602. Upgrade JUnit to 4.13.1. Contributed by Ahmed Hussein.

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

aajisaka pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new c5929c0  HADOOP-17602. Upgrade JUnit to 4.13.1. Contributed by Ahmed Hussein.
c5929c0 is described below

commit c5929c00a35a8e58bcf1c80d9d414c3cbdce4483
Author: Akira Ajisaka <aa...@apache.org>
AuthorDate: Thu Mar 25 19:53:30 2021 +0900

    HADOOP-17602. Upgrade JUnit to 4.13.1. Contributed by Ahmed Hussein.
---
 hadoop-cloud-storage-project/hadoop-huaweicloud/pom.xml | 2 +-
 hadoop-project/pom.xml                                  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/hadoop-cloud-storage-project/hadoop-huaweicloud/pom.xml b/hadoop-cloud-storage-project/hadoop-huaweicloud/pom.xml
index d5fe11e..963fa37 100755
--- a/hadoop-cloud-storage-project/hadoop-huaweicloud/pom.xml
+++ b/hadoop-cloud-storage-project/hadoop-huaweicloud/pom.xml
@@ -116,7 +116,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.12</version>
+      <version>${junit.version}</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index 90a7c44..fbfb20e 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -199,7 +199,7 @@
     <snakeyaml.version>1.26</snakeyaml.version>
     <hbase.one.version>1.4.8</hbase.one.version>
     <hbase.two.version>2.0.2</hbase.two.version>
-    <junit.version>4.12</junit.version>
+    <junit.version>4.13.1</junit.version>
     <junit.jupiter.version>5.5.1</junit.jupiter.version>
     <junit.vintage.version>5.5.1</junit.vintage.version>
     <junit.platform.version>1.5.1</junit.platform.version>

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