Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/gradle/com.docu-tools-poipath-1…
Browse files Browse the repository at this point in the history
….1.1
  • Loading branch information
AntonOellerer authored Oct 4, 2021
2 parents bd6286a + 3b7994c commit 5691781
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'checkstyle'
id 'java'
id 'maven-publish'
id "org.owasp.dependencycheck" version "6.2.2"
id "org.owasp.dependencycheck" version "6.3.2"
id "org.sonarqube" version "3.3"
}

Expand Down Expand Up @@ -56,8 +56,8 @@ tasks.withType(Checkstyle) {

dependencyCheck {
format = 'ALL'
junitFailOnCVSS = 7.0
failBuildOnCVSS = 9.0
junitFailOnCVSS = 6.0
failBuildOnCVSS = 6.0
suppressionFile = 'config/dependency-check/suppression.xml'
}

Expand Down

0 comments on commit 5691781

Please sign in to comment.