!1408 upgrade spring-framework to solve CVEs

Merge pull request !1408 from chenpingzeng/software_upgrade
This commit is contained in:
i-robot 2022-03-14 10:49:16 +00:00 committed by Gitee
commit bb91e034f1
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
<air.main.basedir>${project.parent.basedir}</air.main.basedir>
<hazelcast.version>4.0.3</hazelcast.version>
<aspectjweaver.version>1.9.4</aspectjweaver.version>
<spring-context.version>5.2.15.RELEASE</spring-context.version>
<spring-context.version>5.2.19.RELEASE</spring-context.version>
<cache-api.version>1.1.1</cache-api.version>
<jmockit.version>1.38</jmockit.version>
</properties>

View File

@ -205,7 +205,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>5.2.15.RELEASE</version>
<version>5.2.19.RELEASE</version>
<scope>test</scope>
<exclusions>
<exclusion>