From c0dcf1a20b6f56f9d41762e248e5f44862f229f2 Mon Sep 17 00:00:00 2001 From: Eric Kerwin Date: Tue, 26 Sep 2017 14:49:33 -0400 Subject: [PATCH] using latest common --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index bc8a74e..b94932d 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ tasks.withType(JavaCompile) { options.encoding = 'UTF-8' } tasks.withType(GroovyCompile) { options.encoding = 'UTF-8' } group = 'com.blackducksoftware.integration' -version = '0.3.1-SNAPSHOT' +version = '0.3.1' sourceCompatibility = 1.7 targetCompatibility = 1.7 @@ -95,6 +95,6 @@ signing { } dependencies { - compile 'com.blackducksoftware.integration:integration-common:7.0.0' + compile 'com.blackducksoftware.integration:integration-common:7.1.0' compile gradleApi() }