diff options
author | Tobias Trabelsi <64127335+tobias-trabelsi-sonarsource@users.noreply.github.com> | 2021-09-23 09:46:56 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-09-23 20:03:11 +0000 |
commit | b961a965371e793c3545fabe8707fca9d3c8c228 (patch) | |
tree | 2b1e5b5290a834045019d64e716e3d428fa449f4 | |
parent | 28bee063a0990591ca740b7a8ad7452559a5a3b7 (diff) | |
download | sonarqube-b961a965371e793c3545fabe8707fca9d3c8c228.tar.gz sonarqube-b961a965371e793c3545fabe8707fca9d3c8c228.zip |
SONAR-15417 updated owasp scanner version
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 2be903ef795..4bec275150f 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { id 'com.github.node-gradle.node' version '3.1.0' apply false id 'io.spring.dependency-management' version '1.0.10.RELEASE' id "com.asarkar.gradle.build-time-tracker" version "2.0.4" apply false - id 'org.owasp.dependencycheck' version '6.1.6' + id 'org.owasp.dependencycheck' version '6.3.1' id 'org.sonarqube' version '3.0' id "de.undercouch.download" version "4.1.1" apply false } |