stylefeng / Guns

Guns是一个现代化的Java应用开发框架,基于主流技术Spring Boot3 + Vue3 + JDK17,Guns的核心理念是提高开发人员开发效率,降低企业信息化系统的开发成本。
Apache License 2.0
3.87k stars 1.59k forks source link

fix(sec): upgrade mysql:mysql-connector-java to 8.0.28 #109

Open eurrio opened 2 years ago

eurrio commented 2 years ago

What happened?

There are 1 security vulnerabilities found in mysql:mysql-connector-java 8.0.21

What did I do?

Upgrade mysql:mysql-connector-java from 8.0.21 to 8.0.28 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