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