We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23c9072 commit 84ef532Copy full SHA for 84ef532
build.gradle
@@ -3,7 +3,7 @@ plugins {
3
id "org.sonarqube" version "3.3"
4
id "io.github.gradle-nexus.publish-plugin" version "1.1.0"
5
id "org.jetbrains.kotlin.jvm" version "1.6.10" apply false
6
- id "org.owasp.dependencycheck" version "7.0.1"
+ id "org.owasp.dependencycheck" version "7.0.3"
7
}
8
9
def Version = file("$rootDir/VERSION.txt").text.trim()
0 commit comments