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

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


The following commit(s) were added to refs/heads/branch-1 by this push:
     new 248d80b  HBASE-23664 Upgrade JUnit to 4.13 (#1010)
248d80b is described below

commit 248d80b0fe02b91b2ed5faa229c0572d83a729dd
Author: Nick Dimiduk <[email protected]>
AuthorDate: Fri Jan 10 13:23:57 2020 -0800

    HBASE-23664 Upgrade JUnit to 4.13 (#1010)
    
    Signed-off-by: Sean Busbey <[email protected]>
    Signed-off-by: Bharath Vissapragada <[email protected]>
    Signed-off-by: Jan Hentschel <[email protected]>
    Signed-off-by: Duo Zhang <[email protected]>
    Signed-off-by: Viraj Jasani <[email protected]>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ec70ba8..831f394 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1289,7 +1289,7 @@
     <jetty.jspapi.version>6.1.14</jetty.jspapi.version>
     <jersey.version>1.9</jersey.version>
     <jruby.version>1.6.8</jruby.version>
-    <junit.version>4.12</junit.version>
+    <junit.version>4.13</junit.version>
     <hamcrest.version>1.3</hamcrest.version>
     <htrace.version>3.1.0-incubating</htrace.version>
     <log4j.version>1.2.17</log4j.version>

Reply via email to