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

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

View File

@ -464,7 +464,7 @@ javax.xml.bind:jaxb-api:2.2.11
Eclipse Public License 1.0
--------------------------
junit:junit:4.13.1
junit:junit:4.13.2
Eclipse Distribution License 1.0
--------------------------

View File

@ -200,7 +200,7 @@
<snakeyaml.version>1.26</snakeyaml.version>
<hbase.one.version>1.4.8</hbase.one.version>
<hbase.two.version>2.0.2</hbase.two.version>
<junit.version>4.13.1</junit.version>
<junit.version>4.13.2</junit.version>
<junit.jupiter.version>5.5.1</junit.jupiter.version>
<junit.vintage.version>5.5.1</junit.vintage.version>
<junit.platform.version>1.5.1</junit.platform.version>