Updated dependencies.
This commit is contained in:
parent
bc2a427f48
commit
dfc711b180
3 changed files with 9 additions and 9 deletions
10
build.gradle
10
build.gradle
|
@ -1,13 +1,13 @@
|
|||
plugins {
|
||||
id 'application'
|
||||
id 'com.github.ben-manes.versions' version '0.39.0'
|
||||
id 'com.github.ben-manes.versions' version '0.40.0'
|
||||
id 'idea'
|
||||
id 'io.gitlab.arturbosch.detekt' version '1.19.0'
|
||||
id 'java'
|
||||
id 'net.thauvin.erik.gradle.semver' version '1.0.4'
|
||||
id 'org.jetbrains.kotlin.jvm' version '1.6.10'
|
||||
id 'org.jetbrains.kotlin.kapt' version '1.6.10'
|
||||
id 'org.jetbrains.kotlinx.kover' version '0.4.3'
|
||||
id 'org.jetbrains.kotlinx.kover' version '0.4.4'
|
||||
id 'org.sonarqube' version '3.3'
|
||||
id 'pmd'
|
||||
}
|
||||
|
@ -27,7 +27,7 @@ def isNonStable = { String version ->
|
|||
mainClassName = packageName + '.Mobibot'
|
||||
|
||||
ext.versions = [
|
||||
log4j: '2.17.0',
|
||||
log4j: '2.17.1',
|
||||
pmd : '6.41.0',
|
||||
]
|
||||
|
||||
|
@ -51,7 +51,7 @@ dependencies {
|
|||
implementation 'com.google.guava:guava:31.0.1-jre'
|
||||
|
||||
implementation(platform("org.jetbrains.kotlin:kotlin-bom"))
|
||||
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0-RC'
|
||||
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0'
|
||||
|
||||
implementation "org.apache.logging.log4j:log4j-api:$versions.log4j"
|
||||
implementation "org.apache.logging.log4j:log4j-core:$versions.log4j"
|
||||
|
@ -60,7 +60,7 @@ dependencies {
|
|||
implementation 'commons-cli:commons-cli:1.5.0'
|
||||
implementation 'commons-net:commons-net:3.8.0'
|
||||
|
||||
implementation 'com.rometools:rome:1.16.0'
|
||||
implementation 'com.rometools:rome:1.18.0'
|
||||
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
|
||||
|
||||
implementation 'net.aksingh:owm-japis:2.5.3.0'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue