You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2022/01/04 16:03:18 UTC

[hbase] branch branch-2.4 updated: HBASE-26631 Upgrade junit to 4.13.2 (#3997)

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

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


The following commit(s) were added to refs/heads/branch-2.4 by this push:
     new 53f8240  HBASE-26631 Upgrade junit to 4.13.2 (#3997)
53f8240 is described below

commit 53f8240b9fd78b8fb722d38305734f4bfb55851c
Author: fcb-xiaobo <60...@users.noreply.github.com>
AuthorDate: Tue Jan 4 23:58:06 2022 +0800

    HBASE-26631 Upgrade junit to 4.13.2 (#3997)
    
    Signed-off-by: Duo Zhang <zh...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index dfac0ae..6650fad 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1463,7 +1463,7 @@
     <glassfish.jsp.version>2.3.2</glassfish.jsp.version>
     <glassfish.el.version>3.0.1-b08</glassfish.el.version>
     <jruby.version>9.2.13.0</jruby.version>
-    <junit.version>4.13</junit.version>
+    <junit.version>4.13.2</junit.version>
     <hamcrest.version>1.3</hamcrest.version>
     <htrace.version>4.2.0-incubating</htrace.version>
     <log4j.version>1.2.17</log4j.version>