Skip to content

Commit

Permalink
build: Remove 'org.owasp:dependency-check-gradle' plugin
Browse files Browse the repository at this point in the history
This plugin has not been used for months. The functionality of finding
vulnerabilities is covered by Snyk at the moment.

Signed-off-by: Jendrik Johannes <[email protected]>
  • Loading branch information
jjohannes committed Jul 15, 2024
1 parent b53c465 commit 533603b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 75 deletions.
41 changes: 0 additions & 41 deletions gradle/dep-check-suppression.xml

This file was deleted.

1 change: 0 additions & 1 deletion gradle/plugins/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,4 @@ dependencies {
implementation("org.gradlex:extra-java-module-info:1.8")
implementation("org.gradlex:jvm-dependency-conflict-resolution:2.0")
implementation("org.gradlex:java-module-dependencies:1.6.5")
implementation("org.owasp:dependency-check-gradle:9.1.0")
}

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ plugins {
id("com.hedera.gradle.lifecycle")
id("com.hedera.gradle.repositories")
id("com.hedera.gradle.nexus-publish")
id("com.hedera.gradle.aggregate-reports")
id("com.hedera.gradle.spotless-kotlin")
id("com.autonomousapps.dependency-analysis")
}
Expand Down

0 comments on commit 533603b

Please sign in to comment.