Browse Source
fix(sec): upgrade io.springfox:springfox-swagger-ui to 2.10.0 (#3947)
pull/3948/head
645775992
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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> |
|
|
|