Skip to content

Commit

Permalink
Update springboot to 2.7.11 (#764)
Browse files Browse the repository at this point in the history
  • Loading branch information
yinan-symphony committed May 4, 2023
1 parent 4a5a88f commit a7f1435
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions allow-list.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@
Testing false positives by suppressing a CVE
https://github.com/jeremylong/DependencyCheck/issues/4528 (Do not use deprecated method)
]]></notes>
<gav>org.springframework.security:spring-security-crypto:5.7.7</gav>
<gav>org.springframework.security:spring-security-crypto:5.7.8</gav>
<cve>CVE-2020-5408</cve>
</suppress>
<suppress>
<notes><![CDATA[
Testing false positives by suppressing a CVE
https://github.com/spring-projects/spring-framework/issues/24434 (Do not expose HttpInvoker)
]]></notes>
<gav>org.springframework:spring-web:5.3.26</gav>
<gav>org.springframework:spring-web:5.3.27</gav>
<cve>CVE-2016-1000027</cve>
</suppress>
<suppress base="true">
Expand Down
2 changes: 1 addition & 1 deletion symphony-bdk-bom/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repositories {

dependencies {
// import Spring Boot's BOM
api platform('org.springframework.boot:spring-boot-dependencies:2.7.10')
api platform('org.springframework.boot:spring-boot-dependencies:2.7.11')
// import Jackson's BOM
api platform('com.fasterxml.jackson:jackson-bom:2.14.1')
// define all our dependencies versions
Expand Down

0 comments on commit a7f1435

Please sign in to comment.