Updated dependencies.

This commit is contained in:
Erik C. Thauvin 2019-09-13 01:00:50 -07:00
parent c0ba4cefd5
commit 8931405ee9
5 changed files with 55 additions and 78 deletions

View file

@ -5,7 +5,7 @@ plugins {
id 'jacoco'
id 'java'
id 'pmd'
id "com.github.ben-manes.versions" version "0.24.0"
id "com.github.ben-manes.versions" version "0.25.0"
id "com.github.spotbugs" version "2.0.0"
id "net.thauvin.erik.gradle.semver" version "1.0.4"
id "org.sonarqube" version "2.7.1"
@ -50,7 +50,7 @@ dependencies {
compile 'commons-cli:commons-cli:1.4'
compile 'commons-net:commons-net:3.6'
compile 'com.squareup.okhttp3:okhttp:4.1.1'
compile 'com.squareup.okhttp3:okhttp:4.2.0'
compile 'com.rometools:rome:1.12.1'
@ -108,7 +108,7 @@ jar {
manifest.attributes('Main-Class': mainClassName,
'Class-Path': '. ./lib/' + configurations.compile.collect { it.getName() }.join(' ./lib/'))
version = null
archiveVersion.set("")
}
clean {