aboutsummaryrefslogtreecommitdiff
path: root/other/java/hdfs-over-ftp
diff options
context:
space:
mode:
author645775992 <645775992@qq.com>2022-11-04 19:48:44 +0800
committerGitHub <noreply@github.com>2022-11-04 04:48:44 -0700
commit167077fae009d9092cff28c43060dd93998cd228 (patch)
treedcff9c856682f3d42899fd4ac7d25007e534cb5a /other/java/hdfs-over-ftp
parentcec55feeb08efe45f15f09df8089f85b6278424c (diff)
downloadseaweedfs-167077fae009d9092cff28c43060dd93998cd228.tar.xz
seaweedfs-167077fae009d9092cff28c43060dd93998cd228.zip
fix(sec): upgrade io.springfox:springfox-swagger-ui to 2.10.0 (#3947)
Diffstat (limited to 'other/java/hdfs-over-ftp')
-rw-r--r--other/java/hdfs-over-ftp/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/java/hdfs-over-ftp/pom.xml b/other/java/hdfs-over-ftp/pom.xml
index db01a5149..5e82dfc63 100644
--- a/other/java/hdfs-over-ftp/pom.xml
+++ b/other/java/hdfs-over-ftp/pom.xml
@@ -31,7 +31,7 @@
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger-ui</artifactId>
- <version>2.9.2</version>
+ <version>2.10.0</version>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>