Updated dependencies
This commit is contained in:
parent
0aa2136fec
commit
359e9d4b28
2 changed files with 6 additions and 6 deletions
|
@ -7,7 +7,7 @@ plugins {
|
|||
id 'net.thauvin.erik.gradle.semver' version '1.0.4'
|
||||
id 'org.jetbrains.kotlin.jvm' version '1.7.10'
|
||||
id 'org.jetbrains.kotlin.kapt' version '1.7.10'
|
||||
id 'org.jetbrains.kotlinx.kover' version '0.5.1'
|
||||
id 'org.jetbrains.kotlinx.kover' version '0.6.0'
|
||||
id 'org.sonarqube' version '3.4.0.2513'
|
||||
id 'pmd'
|
||||
}
|
||||
|
@ -62,7 +62,7 @@ dependencies {
|
|||
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4'
|
||||
|
||||
// Logging
|
||||
implementation 'org.slf4j:slf4j-api:1.7.36'
|
||||
implementation 'org.slf4j:slf4j-api:2.0.0'
|
||||
implementation "org.apache.logging.log4j:log4j-api:$versions.log4j"
|
||||
implementation "org.apache.logging.log4j:log4j-core:$versions.log4j"
|
||||
implementation "org.apache.logging.log4j:log4j-slf4j-impl:$versions.log4j"
|
||||
|
@ -72,7 +72,7 @@ dependencies {
|
|||
implementation 'net.aksingh:owm-japis:2.5.3.0'
|
||||
implementation 'net.objecthunter:exp4j:0.4.8'
|
||||
implementation 'org.json:json:20220320'
|
||||
implementation 'org.jsoup:jsoup:1.15.2'
|
||||
implementation 'org.jsoup:jsoup:1.15.3'
|
||||
implementation 'org.twitter4j:twitter4j-core:4.0.7'
|
||||
|
||||
// Thauvin
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
#Generated by the Semver Plugin for Gradle
|
||||
#Mon Aug 15 09:46:49 PDT 2022
|
||||
version.buildmeta=343
|
||||
#Thu Aug 25 10:27:04 PDT 2022
|
||||
version.buildmeta=345
|
||||
version.major=0
|
||||
version.minor=8
|
||||
version.patch=0
|
||||
version.prerelease=rc
|
||||
version.project=mobibot
|
||||
version.semver=0.8.0-rc+343
|
||||
version.semver=0.8.0-rc+345
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue