Skip to content

Commit

Permalink
Merge pull request #70 from DDS-GmbH/dependabot/gradle/org.owasp.depe…
Browse files Browse the repository at this point in the history
…ndencycheck-6.3.2

Bump org.owasp.dependencycheck from 6.2.2 to 6.3.2
  • Loading branch information
AntonOellerer authored Oct 4, 2021
2 parents 2a9c054 + 52be8ba commit 3b7994c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ 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"
}

group 'com.docu-tools'
version = '1.2.4'
version = '1.2.5'

sourceCompatibility = 17
targetCompatibility = 17
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 3b7994c

Please sign in to comment.