aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorPhilippe Perrin <philippe.perrin@sonarsource.com>2021-05-10 10:03:05 +0200
committersonartech <sonartech@sonarsource.com>2021-05-10 20:08:55 +0000
commitf069dc7d91c985f092fbfc1bd50a47cf3ae3b10b (patch)
tree3a355874fa7fbe9b44b111517bc59c59c49867fd /build.gradle
parent1976be93fd057ae969013abb4a641dcc9bd39eae (diff)
downloadsonarqube-f069dc7d91c985f092fbfc1bd50a47cf3ae3b10b.tar.gz
sonarqube-f069dc7d91c985f092fbfc1bd50a47cf3ae3b10b.zip
Update owasp dependency check plugin
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index af5791b85b8..a52059cdc1b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -8,7 +8,7 @@ plugins {
id 'com.github.node-gradle.node' version '2.2.4' 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.5'
+ id 'org.owasp.dependencycheck' version '6.1.6'
id 'org.sonarqube' version '3.0'
}