Updated dependencies
This commit is contained in:
parent
d7d1f09f28
commit
2aa551bfcd
4 changed files with 32 additions and 33 deletions
|
@ -2,7 +2,7 @@ plugins {
|
|||
id 'application'
|
||||
id 'com.github.ben-manes.versions' version '0.42.0'
|
||||
id 'idea'
|
||||
id 'io.gitlab.arturbosch.detekt' version '1.20.0'
|
||||
id 'io.gitlab.arturbosch.detekt' version '1.21.0'
|
||||
id 'java'
|
||||
id 'net.thauvin.erik.gradle.semver' version '1.0.4'
|
||||
id 'org.jetbrains.kotlin.jvm' version '1.7.10'
|
||||
|
@ -28,7 +28,7 @@ mainClassName = packageName + '.Mobibot'
|
|||
|
||||
ext.versions = [
|
||||
log4j: '2.18.0',
|
||||
pmd : '6.47.0',
|
||||
pmd : '6.48.0',
|
||||
]
|
||||
|
||||
repositories {
|
||||
|
@ -59,7 +59,7 @@ dependencies {
|
|||
// Kotlin
|
||||
implementation platform('org.jetbrains.kotlin:kotlin-bom')
|
||||
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8'
|
||||
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.3'
|
||||
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4'
|
||||
|
||||
// Logging
|
||||
implementation 'org.slf4j:slf4j-api:1.7.36'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue