Updated dependencies.

This commit is contained in:
Erik C. Thauvin 2020-04-27 23:16:14 -07:00
parent e022bc90ff
commit bcf659c5a8
8 changed files with 46 additions and 44 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.5'
id 'com.github.spotbugs' version '4.0.7'
id 'idea'
id 'io.gitlab.arturbosch.detekt' version '1.7.4'
id 'io.gitlab.arturbosch.detekt' version '1.8.0'
id 'jacoco'
id 'java'
id 'net.thauvin.erik.gradle.semver' version '1.0.4'
@ -22,9 +22,8 @@ final def semverProcessor = "net.thauvin.erik:semver:1.2.0"
mainClassName = packageName + '.Mobibot'
ext.versions = [
kotlin : '1.3.72',
log4j : '2.13.1',
spotbugs: '4.0.1'
log4j : '2.13.2',
spotbugs: '4.0.2'
]
repositories {
@ -62,8 +61,8 @@ dependencies {
implementation 'net.aksingh:owm-japis:2.5.3.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$versions.kotlin"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$versions.kotlin"
implementation platform('org.jetbrains.kotlin:kotlin-bom')
implementation 'org.jetbrains.kotlin:kotlin-stdlib'
testImplementation 'org.testng:testng:7.2.0'
testImplementation 'org.assertj:assertj-core:3.15.0'