aboutsummaryrefslogtreecommitdiff
path: root/test/random_access
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-10-12 11:37:15 -0700
committerChris Lu <chris.lu@gmail.com>2020-10-12 11:37:15 -0700
commit4e31ca9507a9be45bd5f5897fc1e4be59fca778d (patch)
tree999db0a400c8ae1ebbdfc45fd0a6304e3e7c3ad6 /test/random_access
parent253323ce6d140c9b9a0040c9e3b1b25ac6452dac (diff)
downloadseaweedfs-4e31ca9507a9be45bd5f5897fc1e4be59fca778d.tar.xz
seaweedfs-4e31ca9507a9be45bd5f5897fc1e4be59fca778d.zip
upgrade junit to 4.13.1
Diffstat (limited to 'test/random_access')
-rw-r--r--test/random_access/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/random_access/pom.xml b/test/random_access/pom.xml
index 6c5c90eea..44a3fd9df 100644
--- a/test/random_access/pom.xml
+++ b/test/random_access/pom.xml
@@ -25,7 +25,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.12</version>
+ <version>4.13.1</version>
<scope>test</scope>
</dependency>
<dependency>