Skip to content

Commit

Permalink
Revert "CCD-5159:" (#152)
Browse files Browse the repository at this point in the history
* Revert "CCD-5159: (#151)"

This reverts commit 1231e5e.

* Update suppressions.xml
  • Loading branch information
RebeccaBaker authored Aug 29, 2024
1 parent 10f647b commit 7af8c87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,6 @@ dependencies {

implementation group: 'com.github.hmcts.java-logging', name: 'logging', version: '6.0.1'

implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.5.6'
implementation group: 'ch.qos.logback', name: 'logback-core', version: '1.5.6'

implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: log4JVersion
implementation group: 'org.apache.logging.log4j', name: 'log4j-to-slf4j', version: log4JVersion
testImplementation group: 'io.rest-assured', name: 'rest-assured', version: '4.5.1'
Expand Down
4 changes: 4 additions & 0 deletions config/owasp/suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@
<suppress>
<notes>Temporary Suppression
CVE-2023-34055 refer [Ticket]
CVE-2023-6378 refer [Ticket]
CVE-2023-35116 refer [Ticket]
CVE-2023-6481 refer [Ticket]
CVE-2023-6481 refer [Ticket]
</notes>
<cve>CVE-2023-34055</cve>
<cve>CVE-2023-6378</cve>
<cve>CVE-2023-35116</cve>
<cve>CVE-2023-6481</cve>
</suppress>
</suppressions>

0 comments on commit 7af8c87

Please sign in to comment.