Skip to content

Commit

Permalink
dependency check upgrade to 9.0.6 (#1475)
Browse files Browse the repository at this point in the history
Co-authored-by: Katalin Kovacs <katalin.kovacs@solirius.com>
  • Loading branch information
KatKovacs1 and katkovacs committed Dec 18, 2023
1 parent a0d5c8d commit d3e1105
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
id 'io.spring.dependency-management' version '1.0.12.RELEASE'
id 'org.springframework.boot' version '2.5.15'
id 'uk.gov.hmcts.java' version '0.12.12'
id 'org.owasp.dependencycheck' version '8.3.1'
id 'org.owasp.dependencycheck' version '9.0.6'
id 'com.github.ben-manes.versions' version '0.46.0'
}

Expand Down Expand Up @@ -119,7 +119,7 @@ dependencyCheck {
// range of 7-10 fails the build, anything lower and it doesn't fail the build
failBuildOnCVSS = System.getProperty('dependencyCheck.failBuild') == 'true' ? 7.0 : 11
suppressionFile = 'config/owasp/suppressions.xml'
cveValidForHours = 24 // on Jenkins we have 24, so if you get more vulnerabilities locally, try to normalize this value with Jenkins
nvd.validForHours = 24 // on Jenkins we have 24, so if you get more vulnerabilities locally, try to normalize this value with Jenkins

analyzers {
retirejs {
Expand Down

0 comments on commit d3e1105

Please sign in to comment.