!1408 upgrade spring-framework to solve CVEs
Merge pull request !1408 from chenpingzeng/software_upgrade
This commit is contained in:
commit
bb91e034f1
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue