aboutsummaryrefslogtreecommitdiff
path: root/other/java/client
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-10-12 18:14:17 +0000
committerGitHub <noreply@github.com>2020-10-12 18:14:17 +0000
commit1e07a0b791ca87bf7e00a9e9b581bdc15844afb5 (patch)
tree6b7db13c6cb4b62331104e2c5ed0494b1531aea1 /other/java/client
parent253323ce6d140c9b9a0040c9e3b1b25ac6452dac (diff)
downloadseaweedfs-1e07a0b791ca87bf7e00a9e9b581bdc15844afb5.tar.xz
seaweedfs-1e07a0b791ca87bf7e00a9e9b581bdc15844afb5.zip
Bump junit from 4.12 to 4.13.1 in /other/java/client
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>
Diffstat (limited to 'other/java/client')
-rw-r--r--other/java/client/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/java/client/pom.xml b/other/java/client/pom.xml
index f5fb65143..9fbc074ec 100644
--- a/other/java/client/pom.xml
+++ b/other/java/client/pom.xml
@@ -65,7 +65,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.12</version>
+ <version>4.13.1</version>
<scope>test</scope>
</dependency>
</dependencies>