Updated dependencies
This commit is contained in:
parent
acaa27f20d
commit
adaff5ec38
2 changed files with 6 additions and 7 deletions
|
@ -34,7 +34,7 @@ def isNonStable = { String version ->
|
||||||
mainClassName = packageName + '.Mobibot'
|
mainClassName = packageName + '.Mobibot'
|
||||||
|
|
||||||
ext.versions = [
|
ext.versions = [
|
||||||
log4j: '2.21.0',
|
log4j: '2.21.1',
|
||||||
pmd : '6.55.0',
|
pmd : '6.55.0',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -76,12 +76,11 @@ dependencies {
|
||||||
implementation "org.apache.logging.log4j:log4j-slf4j2-impl:$versions.log4j"
|
implementation "org.apache.logging.log4j:log4j-slf4j2-impl:$versions.log4j"
|
||||||
|
|
||||||
implementation 'com.rometools:rome:2.1.0'
|
implementation 'com.rometools:rome:2.1.0'
|
||||||
implementation 'com.squareup.okhttp3:okhttp:4.11.0'
|
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
|
||||||
implementation 'com.squareup.okio:okio:3.6.0'
|
|
||||||
implementation 'net.aksingh:owm-japis:2.5.3.0'
|
implementation 'net.aksingh:owm-japis:2.5.3.0'
|
||||||
implementation 'net.objecthunter:exp4j:0.4.8'
|
implementation 'net.objecthunter:exp4j:0.4.8'
|
||||||
implementation 'org.json:json:20231013'
|
implementation 'org.json:json:20231013'
|
||||||
implementation 'org.jsoup:jsoup:1.16.1'
|
implementation 'org.jsoup:jsoup:1.16.2'
|
||||||
|
|
||||||
// Thauvin
|
// Thauvin
|
||||||
implementation 'net.thauvin.erik:cryptoprice:1.0.1'
|
implementation 'net.thauvin.erik:cryptoprice:1.0.1'
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
#Generated by the Semver Plugin for Gradle
|
#Generated by the Semver Plugin for Gradle
|
||||||
#Fri Oct 13 20:37:28 PDT 2023
|
#Thu Oct 26 20:43:39 PDT 2023
|
||||||
version.buildmeta=20231013203728
|
version.buildmeta=20231026204339
|
||||||
version.major=0
|
version.major=0
|
||||||
version.minor=8
|
version.minor=8
|
||||||
version.patch=0
|
version.patch=0
|
||||||
version.prerelease=rc
|
version.prerelease=rc
|
||||||
version.project=mobibot
|
version.project=mobibot
|
||||||
version.semver=0.8.0-rc+20231013203728
|
version.semver=0.8.0-rc+20231026204339
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue