You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ps...@apache.org on 2023/03/06 14:14:16 UTC

[hbase-connectors] branch master updated: HBASE-27679 Bump junit to 4.13.2 (#112)

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

psomogyi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase-connectors.git


The following commit(s) were added to refs/heads/master by this push:
     new 99d25ff  HBASE-27679 Bump junit to 4.13.2 (#112)
99d25ff is described below

commit 99d25ff45890fa5d5b6b0113f6eedd369733c1b1
Author: Peter Somogyi <ps...@apache.org>
AuthorDate: Mon Mar 6 15:14:10 2023 +0100

    HBASE-27679 Bump junit to 4.13.2 (#112)
    
    Signed-off-by: Balazs Meszaros <me...@apache.org>
    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 e8c7610..4c02939 100644
--- a/pom.xml
+++ b/pom.xml
@@ -141,7 +141,7 @@
     <hbase.version>2.4.16</hbase.version>
     <exec.maven.version>1.6.0</exec.maven.version>
     <audience-annotations.version>0.5.0</audience-annotations.version>
-    <junit.version>4.12</junit.version>
+    <junit.version>4.13.2</junit.version>
     <mockito-all.version>1.8.5</mockito-all.version>
     <hbase-thirdparty.version>4.1.4</hbase-thirdparty.version>
     <hadoop-two.version>2.10.0</hadoop-two.version>