diff --git a/build.gradle b/build.gradle index e6c78db..ee903e5 100644 --- a/build.gradle +++ b/build.gradle @@ -9,13 +9,13 @@ buildscript { plugins { id 'groovy' } -version = '10.0.1-SNAPSHOT' +version = '10.0.1' apply plugin: 'com.blackducksoftware.integration.library' dependencies { - compile 'com.blackducksoftware.integration:integration-rest:0.0.2' + compile 'com.blackducksoftware.integration:integration-rest:0.0.3' - testCompile 'org.codehaus.groovy:groovy-all:2.5.0' + testCompile 'org.codehaus.groovy:groovy-all:2.4.12' testCompile 'com.squareup.okhttp3:mockwebserver:3.9.0' }