You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zg...@apache.org on 2020/06/21 01:09:22 UTC

[hbase] branch branch-2.2 updated: HBASE-24592 [branch-2.2] Upgrade junit to 4.13 (#1927)

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

zghao pushed a commit to branch branch-2.2
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.2 by this push:
     new 1bbe250  HBASE-24592 [branch-2.2] Upgrade junit to 4.13 (#1927)
1bbe250 is described below

commit 1bbe250a2dfc658df839ba6a3208db19b34a94e8
Author: Guanghao Zhang <zg...@apache.org>
AuthorDate: Sun Jun 21 09:08:51 2020 +0800

    HBASE-24592 [branch-2.2] Upgrade junit to 4.13 (#1927)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 931f351..10fbd00 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1404,7 +1404,7 @@
     <glassfish.jsp.version>2.3.2</glassfish.jsp.version>
     <glassfish.el.version>3.0.1-b08</glassfish.el.version>
     <jruby.version>9.1.13.0</jruby.version>
-    <junit.version>4.12</junit.version>
+    <junit.version>4.13</junit.version>
     <hamcrest.version>1.3</hamcrest.version>
     <htrace.version>4.2.0-incubating</htrace.version>
     <log4j.version>1.2.17</log4j.version>