upgrade dependency check core version to 1.3.1

This commit is contained in:
ma wei
2015-09-21 09:24:58 +08:00
parent 1f37a5ff8f
commit 07e868e6f6

View File

@@ -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