Skip to content

Commit

Permalink
CCD-5518 : Fix-CVE-2024-1597 (#605)
Browse files Browse the repository at this point in the history
* bumped postgresql to 42.6.1

* Update build.gradle

* Empty commit

* Empty commit

---------

Co-authored-by: RebeccaBaker <38425793+RebeccaBaker@users.noreply.github.com>
Co-authored-by: JamesCollettCGI <james.collett@hmcts.net>
Co-authored-by: James Collett <89016121+JamesCollettCGI@users.noreply.github.com>
  • Loading branch information
4 people authored Aug 29, 2024
1 parent cfe6482 commit 0bd66a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ dependencies {
implementation "org.flywaydb:flyway-core:9.21.1"
implementation group: 'org.yaml', name: 'snakeyaml', version: '2.1'
implementation group: 'com.zaxxer', name: 'HikariCP', version: '5.0.1'
runtimeOnly group: 'org.postgresql', name: 'postgresql', version: '42.6.0'
runtimeOnly group: 'org.postgresql', name: 'postgresql', version: '42.6.1'
implementation group: 'com.github.hmcts', name: 'auth-checker-lib', version: '2.1.5'
constraints {
implementation('com.google.guava:guava:33.1.0-jre') {
Expand Down
2 changes: 0 additions & 2 deletions dependency-check-suppressions.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?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-1597 refer [Ticket]
CVE-2023-34055 refer [Ticket]
CVE-2023-44487 refer [Ticket]
CVE-2023-46589 refer [Ticket]
CVE-2023-42795 refer [Ticket]
CVE-2023-45648 refer [Ticket]</notes>
<cve>CVE-2024-1597</cve>
<cve>CVE-2023-34055</cve>
<cve>CVE-2023-44487</cve>
<cve>CVE-2023-46589</cve>
Expand Down

0 comments on commit 0bd66a6

Please sign in to comment.