This is an automated email from the ASF dual-hosted git repository.
ndimiduk pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2 by this push:
new fdc9dd6 HBASE-23664 Upgrade JUnit to 4.13 (#1009)
fdc9dd6 is described below
commit fdc9dd63c57782eb92dc4c6beb5f1e00f27e747a
Author: Nick Dimiduk <[email protected]>
AuthorDate: Fri Jan 10 07:21:17 2020 -0800
HBASE-23664 Upgrade JUnit to 4.13 (#1009)
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 6b1e0e3..9379593 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1319,7 +1319,7 @@
<glassfish.jsp.version>2.3.2</glassfish.jsp.version>
<glassfish.el.version>3.0.1-b08</glassfish.el.version>
<jruby.version>9.1.17.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>