Skip to content

Commit

Permalink
Update dependency com.github.hmcts:sscs-common to v5.3.0 (#1477)
Browse files Browse the repository at this point in the history
* Update dependency com.github.hmcts:sscs-common to v5.3.0

* update suppressions
SSCS-common

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: nickhill111 <nickhill11@live.co.uk>
  • Loading branch information
renovate[bot] and nickhill111 committed Feb 7, 2024
1 parent 08bbebc commit a4f06c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ dependencies {

implementation group: 'com.github.hmcts', name: 'service-auth-provider-java-client', version: '4.0.3'

implementation group: 'com.github.hmcts', name: 'sscs-common', version: '5.2.7'
implementation group: 'com.github.hmcts', name: 'sscs-common', version: '5.3.0'

implementation group: 'com.microsoft.azure', name: 'applicationinsights-logging-logback', version: '2.6.3'
implementation group: 'com.microsoft.azure', name: 'applicationinsights-spring-boot-starter', version: '2.6.3'
Expand Down
2 changes: 1 addition & 1 deletion config/owasp/suppressions.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
<suppress until="2024-02-06">
<suppress until="2025-02-06">
<cve>CVE-2023-42794</cve>
<cve>CVE-2023-44487</cve>
<cve>CVE-2023-42795</cve>
Expand Down

0 comments on commit a4f06c7

Please sign in to comment.