From 8cd309e3a389931547a0e5ab0104f58c2aa4545f Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Tue, 4 Aug 2020 15:15:41 -0700 Subject: [PATCH] Updated dependencies. --- .idea/mobibot.iml | 2 +- .idea/modules/mobibot.main.iml | 2 +- .idea/modules/mobibot.test.iml | 2 +- build.gradle | 10 +++++----- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.idea/mobibot.iml b/.idea/mobibot.iml index ace356b..910a915 100644 --- a/.idea/mobibot.iml +++ b/.idea/mobibot.iml @@ -1,5 +1,5 @@ - + diff --git a/.idea/modules/mobibot.main.iml b/.idea/modules/mobibot.main.iml index ec0fc30..02b91f8 100644 --- a/.idea/modules/mobibot.main.iml +++ b/.idea/modules/mobibot.main.iml @@ -1,5 +1,5 @@ - + diff --git a/.idea/modules/mobibot.test.iml b/.idea/modules/mobibot.test.iml index 46615ee..f7f2246 100644 --- a/.idea/modules/mobibot.test.iml +++ b/.idea/modules/mobibot.test.iml @@ -1,5 +1,5 @@ - + diff --git a/build.gradle b/build.gradle index 9a91c0c..9aa0214 100644 --- a/build.gradle +++ b/build.gradle @@ -2,9 +2,9 @@ plugins { id 'application' id 'checkstyle' id 'com.github.ben-manes.versions' version '0.29.0' - id 'com.github.spotbugs' version '4.4.4' + id 'com.github.spotbugs' version '4.5.0' id 'idea' - id 'io.gitlab.arturbosch.detekt' version '1.10.0' + id 'io.gitlab.arturbosch.detekt' version '1.11.0-RC1' id 'jacoco' id 'java' id 'net.thauvin.erik.gradle.semver' version '1.0.4' @@ -23,7 +23,7 @@ mainClassName = packageName + '.Mobibot' ext.versions = [ log4j : '2.13.3', - spotbugs: '4.0.6' + spotbugs: '4.1.1' ] repositories { @@ -65,9 +65,9 @@ dependencies { implementation 'org.jetbrains.kotlin:kotlin-stdlib' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.7' - testImplementation 'org.testng:testng:7.2.0' + testImplementation 'org.testng:testng:7.3.0' testImplementation 'org.assertj:assertj-core:3.16.1' - testImplementation 'org.mockito:mockito-core:3.4.4' + testImplementation 'org.mockito:mockito-core:3.4.6' spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.10.1' spotbugsPlugins 'com.mebigfatguy.sb-contrib:sb-contrib:7.4.7'