upgrade spring-framework to solve CVE problems

Signed-off-by: chenpingzeng <chenpingzeng@huawei.com>
This commit is contained in:
chenpingzeng 2022-03-10 19:31:24 +08:00
parent 441b414a83
commit bda86acbd0
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>