Updated dependencies.

This commit is contained in:
Erik C. Thauvin 2020-05-19 00:00:02 -07:00
parent 6c394c373d
commit ea21cd5383
9 changed files with 28 additions and 32 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.8'
id 'com.github.spotbugs' version '4.2.0'
id 'idea'
id 'io.gitlab.arturbosch.detekt' version '1.8.0'
id 'io.gitlab.arturbosch.detekt' version '1.9.1'
id 'jacoco'
id 'java'
id 'net.thauvin.erik.gradle.semver' version '1.0.4'
@ -22,8 +22,8 @@ final def semverProcessor = "net.thauvin.erik:semver:1.2.0"
mainClassName = packageName + '.Mobibot'
ext.versions = [
log4j : '2.13.2',
spotbugs: '4.0.2'
log4j : '2.13.3',
spotbugs: '4.0.3'
]
repositories {
@ -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.6.0'
implementation 'com.squareup.okhttp3:okhttp:4.7.1'
implementation 'com.rometools:rome:1.12.2'
@ -65,7 +65,7 @@ dependencies {
implementation 'org.jetbrains.kotlin:kotlin-stdlib'
testImplementation 'org.testng:testng:7.2.0'
testImplementation 'org.assertj:assertj-core:3.15.0'
testImplementation 'org.assertj:assertj-core:3.16.1'
spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.10.1'
spotbugsPlugins 'com.mebigfatguy.sb-contrib:sb-contrib:7.4.7'