From 07e868e6f69a1cce527c3bf4f77948df4fc590e8 Mon Sep 17 00:00:00 2001 From: ma wei Date: Mon, 21 Sep 2015 09:24:58 +0800 Subject: [PATCH] upgrade dependency check core version to 1.3.1 --- dependency-check-gradle/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dependency-check-gradle/build.gradle b/dependency-check-gradle/build.gradle index 5f14911ed..a4fd64368 100644 --- a/dependency-check-gradle/build.gradle +++ b/dependency-check-gradle/build.gradle @@ -49,8 +49,8 @@ dependencies { compile( localGroovy(), gradleApi(), - 'org.owasp:dependency-check-core:1.3.0', - 'org.owasp:dependency-check-utils:1.3.0' + 'org.owasp:dependency-check-core:1.3.1', + 'org.owasp:dependency-check-utils:1.3.1' ) testCompile ('com.netflix.nebula:nebula-test:2.2.2'){ @@ -76,9 +76,9 @@ task integTest(type: Test) { } group = 'com.thoughtworks.tools' -version = '0.0.7' +version = '0.0.8' apply from: 'conf/publish/local.gradle' //apply from: 'conf/publish/maven.gradle' -apply from: 'conf/publish/gradlePluginsPortal.gradle' +//apply from: 'conf/publish/gradlePluginsPortal.gradle' //apply from: 'conf/publish/bintray.gradle' // according to the documentation of plugindev, this line has to be placed and the very end of the build file \ No newline at end of file