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:04:12 UTC

[hbase] branch branch-2.5 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.5
in repository https://gitbox.apache.org/repos/asf/hbase.git


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

commit b77fb0f2131d2aedd68a0cfab44ee0b705d28b8b
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 fc239af..d47496e 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1486,7 +1486,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>
     <opentelemetry.version>1.0.1</opentelemetry.version>
     <opentelemetry-javaagent.version>1.0.1</opentelemetry-javaagent.version>