Updated dependencies.

This commit is contained in:
Erik C. Thauvin 2020-03-30 15:27:00 -07:00
parent fbe36d50b7
commit b7a0072db5
4 changed files with 12 additions and 11 deletions

View file

@ -2,9 +2,9 @@ plugins {
id 'application'
id 'checkstyle'
id 'com.github.ben-manes.versions' version '0.28.0'
id 'com.github.spotbugs' version '4.0.4'
id 'com.github.spotbugs' version '4.0.5'
id 'idea'
id 'io.gitlab.arturbosch.detekt' version '1.7.0'
id 'io.gitlab.arturbosch.detekt' version '1.7.2'
id 'jacoco'
id 'java'
id 'net.thauvin.erik.gradle.semver' version '1.0.4'
@ -46,11 +46,12 @@ dependencies {
implementation "org.apache.logging.log4j:log4j-core:$versions.log4j"
implementation "org.apache.logging.log4j:log4j-slf4j-impl:$versions.log4j"
implementation 'org.apache.commons:commons-lang3:3.9'
implementation 'org.apache.commons:commons-lang3:3.10'
//implementation 'org.apache.commons:commons-text:1.8'
implementation 'commons-cli:commons-cli:1.4'
implementation 'commons-net:commons-net:3.6'
implementation 'com.squareup.okhttp3:okhttp:4.4.1'
implementation 'com.squareup.okhttp3:okhttp:4.5.0-RC1'
implementation 'com.rometools:rome:1.12.2'