Updated dependencies

This commit is contained in:
Erik C. Thauvin 2023-10-26 20:46:53 -07:00
parent acaa27f20d
commit adaff5ec38
2 changed files with 6 additions and 7 deletions

View file

@ -34,7 +34,7 @@ def isNonStable = { String version ->
mainClassName = packageName + '.Mobibot'
ext.versions = [
log4j: '2.21.0',
log4j: '2.21.1',
pmd : '6.55.0',
]
@ -76,12 +76,11 @@ dependencies {
implementation "org.apache.logging.log4j:log4j-slf4j2-impl:$versions.log4j"
implementation 'com.rometools:rome:2.1.0'
implementation 'com.squareup.okhttp3:okhttp:4.11.0'
implementation 'com.squareup.okio:okio:3.6.0'
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
implementation 'net.aksingh:owm-japis:2.5.3.0'
implementation 'net.objecthunter:exp4j:0.4.8'
implementation 'org.json:json:20231013'
implementation 'org.jsoup:jsoup:1.16.1'
implementation 'org.jsoup:jsoup:1.16.2'
// Thauvin
implementation 'net.thauvin.erik:cryptoprice:1.0.1'