diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2020-10-12 11:46:07 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-12 11:46:07 -0700 |
| commit | cad7fd87757fb9792cf48c076320537ba09a9e9c (patch) | |
| tree | 81ca4fa9c51ccc93c151d8fc3ae70d96857ff6c2 | |
| parent | 352ff4ba340703465c2aeade6e0c730a7e41fbdd (diff) | |
| parent | b57d435abee18cfa5d4fdbe1d2f143e8d62535c3 (diff) | |
| download | seaweedfs-cad7fd87757fb9792cf48c076320537ba09a9e9c.tar.xz seaweedfs-cad7fd87757fb9792cf48c076320537ba09a9e9c.zip | |
Merge pull request #1524 from chrislusf/dependabot/maven/other/java/s3copier/junit-junit-4.13.1
Bump junit from 3.8.1 to 4.13.1 in /other/java/s3copier
| -rw-r--r-- | other/java/s3copier/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/other/java/s3copier/pom.xml b/other/java/s3copier/pom.xml index f8cb9e91c..c3ff30932 100644 --- a/other/java/s3copier/pom.xml +++ b/other/java/s3copier/pom.xml @@ -28,7 +28,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>3.8.1</version> + <version>4.13.1</version> <scope>test</scope> </dependency> </dependencies> |
