WinterChenS / my-site

springboot2.0开发的个人网站,集成了:个人首页,个人博客,个人作品
https://my.winterchen.com:8189
Apache License 2.0
3.26k stars 1.05k forks source link

fix(sec): upgrade io.springfox:springfox-swagger-ui to 2.10.0 #69

Closed vvsd closed 2 years ago

vvsd commented 2 years ago

What happened?

There are 1 security vulnerabilities found in io.springfox:springfox-swagger-ui 2.2.2

What did I do?

Upgrade io.springfox:springfox-swagger-ui from 2.2.2 to 2.10.0 for vulnerability fix

What did you expect to happen?

Ideally, no insecure libs should be used.

How was this patch tested?

Run mvn compile succeeded locally. Run mvn clean test succeeded locally. all tests passed.

The specification of the pull request

PR Specification from OSCS