HADOOP-17769. Upgrade JUnit to 4.13.2. fixes TestBlockRecovery (#3130). Contributed by Ahmed Hussein. (#3139)

Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
(cherry picked from commit 581f43dce1)
This commit is contained in:
Ahmed Hussein 2021-06-25 12:20:04 -05:00 committed by GitHub
parent c8b090d9a4
commit e0ec1849d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1635,7 +1635,7 @@ derived.)
The binary distribution of this product bundles these dependencies under the
following license:
JUnit 4.11
JUnit 4.13.2
Eclipse JDT Core 3.1.1
--------------------------------------------------------------------------------
(EPL v1.0)

View File

@ -183,7 +183,7 @@
<snakeyaml.version>1.16</snakeyaml.version>
<hbase.one.version>1.2.6</hbase.one.version>
<hbase.two.version>2.0.0-beta-1</hbase.two.version>
<junit.version>4.13.1</junit.version>
<junit.version>4.13.2</junit.version>
<woodstox.version>5.3.0</woodstox.version>
<json-smart.version>2.4.2</json-smart.version>
<nimbus-jose-jwt.version>9.8.1</nimbus-jose-jwt.version>