Skip to content

Commit

Permalink
SSCSCI-1004: update sscs-common to 5.11.8 (#1516)
Browse files Browse the repository at this point in the history
  • Loading branch information
hashimalisolirius authored Oct 1, 2024
1 parent 42c59ed commit 180d69b
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 @@ -235,7 +235,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.9.1'
implementation group: 'com.github.hmcts', name: 'sscs-common', version: '5.11.8'

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-10-01">
<suppress until="2024-11-01">
<cve>CVE-2023-35116</cve>
<cve>CVE-2023-1370</cve>
</suppress>
Expand Down

0 comments on commit 180d69b

Please sign in to comment.