Skip to content
Snippets Groups Projects
Commit 49a63a43 authored by Antoine Mottier's avatar Antoine Mottier
Browse files

Update Spring from 5.2.10.RELEASE to 5.2.15.RELEASE to fix CVE

CVE-2021-22118 has been fixed in version 5.2.15.RELEASE.
Doing the update allow to avoid build failure related to org.owasp:dependency-check-maven.
parent 56da51b4
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@
<!-- This version must match the spring-boot-starter's MAJOR.MINOR parts of the version used by cxf-spring-boot-starter-jaxrs:${cxf.version}. (All 4.3.x versions up to 4.3.16 are affected by CVEs.) -->
<spring-boot-starter.version>2.3.5.RELEASE</spring-boot-starter.version>
<!-- Spring core version. Must match the MAJOR.MINOR parts of ${spring-boot-starter.version}'s spring-core dependency version -->
<spring.version>5.2.10.RELEASE</spring.version>
<spring.version>5.2.15.RELEASE</spring.version>
</properties>
<url>${project.url}</url>
<inceptionYear>2012</inceptionYear>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment