diff options
| author | 645775992 <645775992@qq.com> | 2022-11-04 19:48:44 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-04 04:48:44 -0700 |
| commit | 167077fae009d9092cff28c43060dd93998cd228 (patch) | |
| tree | dcff9c856682f3d42899fd4ac7d25007e534cb5a | |
| parent | cec55feeb08efe45f15f09df8089f85b6278424c (diff) | |
| download | seaweedfs-167077fae009d9092cff28c43060dd93998cd228.tar.xz seaweedfs-167077fae009d9092cff28c43060dd93998cd228.zip | |
fix(sec): upgrade io.springfox:springfox-swagger-ui to 2.10.0 (#3947)
| -rw-r--r-- | other/java/hdfs-over-ftp/pom.xml | 2 |
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> |
