Skip to content
Closed
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 @@ -275,7 +275,7 @@ dependencies {
implementation group: 'commons-validator', name: 'commons-validator', version: '1.6'
// CVE-2019-10086 force update of commons-beanutils.
implementation group: 'commons-beanutils', name: 'commons-beanutils', version: '1.9.4'
implementation group: 'com.jayway.jsonpath', name: 'json-path', version: '2.4.0'
implementation group: 'com.jayway.jsonpath', name: 'json-path', version: '2.9.0'
implementation group: 'org.awaitility', name: 'awaitility', version: '3.1.6'

// CVE-2021-28170
Expand Down
6 changes: 3 additions & 3 deletions dependency-check-suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
CVE-2025-48976 refer [https://tools.hmcts.net/jira/browse/CCD-6601]
CVE-2025-48989 refer [https://tools.hmcts.net/jira/browse/CCD-6675]
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>
Expand All @@ -25,6 +25,6 @@
<cve>CVE-2025-48976</cve>
<cve>CVE-2025-48989</cve>
<cve>CVE-2025-55668</cve>
<cve>CVE-2023-51074</cve>

</suppress>
</suppressions>
</suppressions>