Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
SSCSCI-846 - Update spring to 2.7.18 (#613)
Browse files Browse the repository at this point in the history
* update spring to 2.7.18

* update suppressions file
  • Loading branch information
gemmatalbot authored May 21, 2024
1 parent ff27cdc commit 90f8393
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id 'pmd'
id 'jacoco'
id 'io.spring.dependency-management' version '1.0.12.RELEASE'
id 'org.springframework.boot' version '2.7.12'
id 'org.springframework.boot' version '2.7.18'
id 'uk.gov.hmcts.java' version '0.12.27'
id 'org.owasp.dependencycheck' version '9.0.6'
id 'com.github.ben-manes.versions' version '0.42.0'
Expand Down
3 changes: 1 addition & 2 deletions config/owasp/suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@
<cve>CVE-2023-41080</cve>
<cve>CVE-2023-3635</cve>
<cve>CVE-2023-35116</cve>
<cve>CVE-2023-46604</cve>
<cve>CVE-2023-36052</cve>
<cve>CVE-2023-33202</cve>
<cve>CVE-2023-34055</cve>
<cve>CVE-2023-46589</cve>
<cve>CVE-2023-6378</cve>
<cve>CVE-2023-34042</cve>
</suppress>
</suppressions>

0 comments on commit 90f8393

Please sign in to comment.