Upgraded to Kotlin 1.5.0
This commit is contained in:
parent
c950d7349a
commit
aaf44db38a
16 changed files with 77 additions and 75 deletions
14
build.gradle
14
build.gradle
|
@ -8,8 +8,8 @@ plugins {
|
|||
id 'jacoco'
|
||||
id 'java'
|
||||
id 'net.thauvin.erik.gradle.semver' version '1.0.4'
|
||||
id 'org.jetbrains.kotlin.jvm' version '1.4.31'
|
||||
id 'org.jetbrains.kotlin.kapt' version '1.4.31'
|
||||
id 'org.jetbrains.kotlin.jvm' version '1.5.0'
|
||||
id 'org.jetbrains.kotlin.kapt' version '1.5.0'
|
||||
id 'org.sonarqube' version '3.1.1'
|
||||
id 'pmd'
|
||||
}
|
||||
|
@ -23,8 +23,8 @@ final def semverProcessor = "net.thauvin.erik:semver:1.2.0"
|
|||
ext.versions = [
|
||||
jacoco : '0.8.6',
|
||||
log4j : '2.14.1',
|
||||
pmd : '6.32.0',
|
||||
spotbugs: '4.2.2'
|
||||
pmd : '6.34.0',
|
||||
spotbugs: '4.2.3'
|
||||
]
|
||||
|
||||
repositories {
|
||||
|
@ -44,12 +44,12 @@ dependencies {
|
|||
|
||||
implementation 'com.rometools:rome:1.15.0'
|
||||
implementation 'commons-cli:commons-cli:1.4'
|
||||
implementation 'commons-net:commons-net:3.7.2'
|
||||
implementation 'commons-net:commons-net:3.8.0'
|
||||
implementation 'net.aksingh:owm-japis:2.5.3.0'
|
||||
implementation 'net.objecthunter:exp4j:0.4.8'
|
||||
implementation 'net.thauvin.erik:pinboard-poster:1.0.1'
|
||||
implementation 'net.thauvin.erik:pinboard-poster:1.0.3'
|
||||
implementation 'org.apache.commons:commons-lang3:3.12.0'
|
||||
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.3'
|
||||
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.0-RC'
|
||||
implementation 'org.json:json:20210307'
|
||||
implementation 'org.jsoup:jsoup:1.13.1'
|
||||
implementation 'org.twitter4j:twitter4j-core:4.0.7'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue