Updated dependencies

This commit is contained in:
Erik C. Thauvin 2023-10-17 13:26:43 -07:00
parent 8e37c3912a
commit abebca5079
2 changed files with 5 additions and 5 deletions

View file

@ -34,7 +34,7 @@ def isNonStable = { String version ->
mainClassName = packageName + '.Mobibot'
ext.versions = [
log4j: '2.20.0',
log4j: '2.21.0',
pmd : '6.55.0',
]
@ -80,7 +80,7 @@ dependencies {
implementation 'com.squareup.okio:okio:3.6.0'
implementation 'net.aksingh:owm-japis:2.5.3.0'
implementation 'net.objecthunter:exp4j:0.4.8'
implementation 'org.json:json:20230618'
implementation 'org.json:json:20231013'
implementation 'org.jsoup:jsoup:1.16.1'
// Thauvin