jeequan / jeepay

Jeepay是一套适合互联网企业使用的开源支付系统,支持多渠道服务商和普通商户模式。已对接微信支付,支付宝,云闪付官方接口,支持聚合码支付。
https://www.jeequan.com
GNU Lesser General Public License v3.0
5.22k stars 1.79k forks source link

fix(sec): upgrade org.springframework:spring-context to 5.2.21 #41

Closed vvsd closed 2 years ago

vvsd commented 2 years ago

What happened?

There are 1 security vulnerabilities found in org.springframework:spring-context 4.3.10.RELEASE

What did I do?

Upgrade org.springframework:spring-context from 4.3.10.RELEASE to 5.2.21 for vulnerability fix

What did you expect to happen?

Ideally, no insecure libs should be used.

How was this patch tested?

Run mvn compile failed locally, couldn't complete the build process. Run mvn clean test failed locally, unit-test couldn't pass.

The specification of the pull request

PR Specification from OSCS