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'
|
||||
|
||||
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'
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
#Generated by the Semver Plugin for Gradle
|
||||
#Fri Oct 13 20:37:28 PDT 2023
|
||||
version.buildmeta=20231013203728
|
||||
#Thu Oct 26 20:43:39 PDT 2023
|
||||
version.buildmeta=20231026204339
|
||||
version.major=0
|
||||
version.minor=8
|
||||
version.patch=0
|
||||
version.prerelease=rc
|
||||
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