diff --git a/gradle.properties b/gradle.properties index 77f213f..d4b58df 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,6 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. # -version=7.2.1 +version=7.2.2 groupId=com.nike artifactId=cerberus-client diff --git a/gradle/buildscript.gradle b/gradle/buildscript.gradle index 27656c3..182f7d2 100644 --- a/gradle/buildscript.gradle +++ b/gradle/buildscript.gradle @@ -20,7 +20,7 @@ repositories { dependencies { classpath "net.saliman:gradle-cobertura-plugin:2.6.1" - classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.6' + classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.5' classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.6.3' classpath "com.github.jengelman.gradle.plugins:shadow:4.0.3" classpath 'org.owasp:dependency-check-gradle:5.3.2'