Updated dependencies.
This commit is contained in:
parent
70d99a028d
commit
8cd309e3a3
4 changed files with 8 additions and 8 deletions
10
build.gradle
10
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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue