Updated dependencies.

This commit is contained in:
Erik C. Thauvin 2020-04-30 18:18:42 -07:00
parent 8bc04b0940
commit b55bfb45b7
6 changed files with 17 additions and 21 deletions

View file

@ -2,7 +2,7 @@ plugins {
id 'application'
id 'checkstyle'
id 'com.github.ben-manes.versions' version '0.28.0'
id 'com.github.spotbugs' version '4.0.7'
id 'com.github.spotbugs' version '4.0.8'
id 'idea'
id 'io.gitlab.arturbosch.detekt' version '1.8.0'
id 'jacoco'
@ -48,7 +48,7 @@ dependencies {
implementation 'commons-cli:commons-cli:1.4'
implementation 'commons-net:commons-net:3.6'
implementation 'com.squareup.okhttp3:okhttp:4.5.0'
implementation 'com.squareup.okhttp3:okhttp:4.6.0'
implementation 'com.rometools:rome:1.12.2'
@ -115,10 +115,6 @@ detekt {
baseline = file("detekt-baseline.xml")
}
tasks.withType(io.gitlab.arturbosch.detekt.Detekt) {
exclude("**/**.java")
}
tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
options.annotationProcessorGeneratedSourcesDirectory = file("${projectDir}/src/generated/java")