aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-10-12 18:14:15 +0000
committerGitHub <noreply@github.com>2020-10-12 18:14:15 +0000
commit648044f06716d9ea21d9f36a330c8594b1ac37fd (patch)
treefadf890b15d7cf92e27279073a39a695e13e474b
parent253323ce6d140c9b9a0040c9e3b1b25ac6452dac (diff)
downloadseaweedfs-648044f06716d9ea21d9f36a330c8594b1ac37fd.tar.xz
seaweedfs-648044f06716d9ea21d9f36a330c8594b1ac37fd.zip
Bump junit from 4.12 to 4.13.1 in /test/random_access
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md) - [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1) Signed-off-by: dependabot[bot] <support@github.com>
-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>