Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
update dependency check version
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbranham committed Dec 27, 2022
1 parent bbb6344 commit d871a80
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion backend/core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id 'java-library'
id 'jacoco'
id 'org.sonarqube'
id "org.owasp.dependencycheck" version "5.3.1"
id "org.owasp.dependencycheck" version "7.4.1"
}

archivesBaseName = name
Expand Down
2 changes: 1 addition & 1 deletion backend/modules/example-panel/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id 'java-library'
id 'jacoco'
id 'org.sonarqube'
id "org.owasp.dependencycheck" version "5.3.1"
id "org.owasp.dependencycheck" version "7.4.1"
id "com.github.node-gradle.node" version "2.2.0"
}

Expand Down
2 changes: 1 addition & 1 deletion backend/modules/forms/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id 'java-library'
id 'jacoco'
id 'org.sonarqube'
id "org.owasp.dependencycheck" version "6.2.2"
id "org.owasp.dependencycheck" version "7.4.1"
id "com.github.node-gradle.node" version "2.2.0"
}

Expand Down
2 changes: 1 addition & 1 deletion backend/modules/newsfeed/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id 'signing'
id 'jacoco'
id 'org.sonarqube'
id "org.owasp.dependencycheck" version "5.3.1"
id "org.owasp.dependencycheck" version "7.4.1"
id "com.github.node-gradle.node" version "2.2.0"
}

Expand Down
2 changes: 1 addition & 1 deletion backend/server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id 'java'
id 'jacoco'
id 'org.sonarqube'
id "org.owasp.dependencycheck" version "5.3.1"
id "org.owasp.dependencycheck" version "7.4.1"
}

archivesBaseName = name
Expand Down
2 changes: 1 addition & 1 deletion backend/starters/sprout-spring-boot-starter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id 'java-library'
id 'jacoco'
id 'org.sonarqube'
id "org.owasp.dependencycheck" version "6.2.2"
id "org.owasp.dependencycheck" version "7.4.1"
id 'org.asciidoctor.convert' version '1.5.6'
}

Expand Down
2 changes: 1 addition & 1 deletion backend/test/module-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id 'signing'
id 'jacoco'
id 'org.sonarqube'
id "org.owasp.dependencycheck" version "5.3.1"
//id "org.owasp.dependencycheck" version "7.4.1"
}

archivesBaseName = name
Expand Down
1 change: 0 additions & 1 deletion gradle/sonar.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ task testReport(type: TestReport) {
dependencyCheck {
formats=['JSON', 'HTML']
autoUpdate = true
assemblyAnalyzerEnabled = false
}

check.dependsOn dependencyCheckAnalyze
Expand Down

0 comments on commit d871a80

Please sign in to comment.