Skip to content

Commit

Permalink
Merge branch 'master' into cve-fixes-010324
Browse files Browse the repository at this point in the history
  • Loading branch information
amoghnaik-hmcts authored Apr 10, 2024
2 parents e59c56f + 3bdd7f1 commit 4131ad9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ext['elasticsearch.version'] = '7.17.1'
ext['javax-validation.version'] = '2.0.1.Final'
ext['hibernate-validator.version'] = '6.0.20.Final'
ext['spring-security.version'] = '5.7.10'
ext['jackson.version'] = '2.15.3'
ext['jackson.version'] = '2.16.0'
ext['snakeyaml.version'] = '2.0'
ext['postgresql.version'] = '42.5.1'
//overriding log4j2 default version 2.7 because of vulnerability issues
Expand Down
2 changes: 1 addition & 1 deletion commons/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ bootJar {
}

def versions = [
jackson : '2.14.1'
jackson : '2.16.0'
]

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion dependency-check-suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<notes>Temporary Suppression
CVE-2024-25710 refer [Ticket]
CVE-2023-35116 refer [Ticket]
CVE-2022-45688 refer [Ticket]
CVE-2022-45688 refer https://tools.hmcts.net/jira/browse/CCD-4373
CVE-2023-5072 refer [Ticket]
CVE-2023-6378 refer [Ticket]
CVE-2023-34055 refer [Ticket]
Expand Down

0 comments on commit 4131ad9

Please sign in to comment.