We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3032797 commit 3fa10ebCopy full SHA for 3fa10eb
build.gradle
@@ -9,15 +9,15 @@ buildscript {
9
10
plugins { id 'groovy' }
11
12
-version = '0.0.3-SNAPSHOT'
+version = '0.0.3'
13
14
apply plugin: 'com.blackducksoftware.integration.library'
15
16
dependencies {
17
compile 'com.blackducksoftware.integration:integration-common:11.1.1'
18
compile 'org.apache.httpcomponents:httpclient:4.5.5'
19
20
- testCompile 'org.codehaus.groovy:groovy-all:2.5.0'
+ testCompile 'org.codehaus.groovy:groovy-all:2.4.12'
21
testCompile 'com.squareup.okhttp3:mockwebserver:3.9.0'
22
testCompile 'org.bouncycastle:bcprov-jdk15on:1.52'
23
}
0 commit comments