diff --git a/build.gradle b/build.gradle index 4747d1a..b0b9c0f 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { } group 'com.github.sandonjacobs' -version '0.8.1' +version '0.8.2' githubRelease { token = getProperty('github.token') @@ -30,12 +30,12 @@ dependencies { implementation gradleApi() implementation localGroovy() - implementation group: 'org.slf4j', name: 'slf4j-simple', version: '+' - implementation 'com.konghq:unirest-java:+' + implementation group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.35' + implementation 'com.konghq:unirest-java:3.13.4' // Gradle Properties // It also has the Common library in it, thus the dependency here - implementation "gradle.plugin.com.redpillanalytics:gradle-properties:+" + implementation "gradle.plugin.com.redpillanalytics:gradle-properties:1.0.2" // testing testImplementation 'org.spockframework:spock-core:1.3-groovy-2.5'