Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def versions = [
]

ext['spring-security.version'] = '5.7.11'
ext['spring-framework.version'] = '5.3.27'
ext['spring-framework.version'] = '5.3.40'
ext['jackson.version'] = '2.16.0'
//overriding for easy access to the version for FT testing
ext['beftaFwVersion'] = '9.2.4'
Expand Down
6 changes: 3 additions & 3 deletions dependency-check-suppressions.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?><suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
<suppress>
<notes>Temporary Suppression
CVE-2024-38820 refer [Ticket]

CVE-2025-48734 refer [https://tools.hmcts.net/jira/browse/CCD-6458]
CVE-2024-22259 refer [https://tools.hmcts.net/jira/browse/CCD-6489]
CVE-2024-38808 refer [https://tools.hmcts.net/jira/browse/CCD-6507]
Expand All @@ -14,7 +14,7 @@
CVE-2025-55668 refer [https://tools.hmcts.net/jira/browse/CCD-6675]
CVE-2023-51074 refer [https://tools.hmcts.net/jira/browse/CCD-6797]
</notes>
<cve>CVE-2024-38820</cve>

<cve>CVE-2025-48734</cve>
<cve>CVE-2024-22259</cve>
<cve>CVE-2024-38808</cve>
Expand All @@ -27,4 +27,4 @@
<cve>CVE-2025-55668</cve>
<cve>CVE-2023-51074</cve>
</suppress>
</suppressions>
</suppressions>