Upgraded to Log4j2 2.19.0
This commit is contained in:
parent
f394362ce1
commit
2a2ab39b5f
2 changed files with 5 additions and 5 deletions
|
@ -29,7 +29,7 @@ def isNonStable = { String version ->
|
|||
mainClassName = packageName + '.Mobibot'
|
||||
|
||||
ext.versions = [
|
||||
log4j: '2.18.0',
|
||||
log4j: '2.19.0',
|
||||
pmd : '6.49.0',
|
||||
]
|
||||
|
||||
|
@ -68,7 +68,7 @@ dependencies {
|
|||
implementation 'org.slf4j:slf4j-api:2.0.1'
|
||||
implementation "org.apache.logging.log4j:log4j-api:$versions.log4j"
|
||||
implementation "org.apache.logging.log4j:log4j-core:$versions.log4j"
|
||||
implementation "org.apache.logging.log4j:log4j-slf4j18-impl:$versions.log4j"
|
||||
implementation "org.apache.logging.log4j:log4j-slf4j2-impl:$versions.log4j"
|
||||
|
||||
implementation 'com.rometools:rome:1.18.0'
|
||||
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
#Generated by the Semver Plugin for Gradle
|
||||
#Fri Sep 16 21:37:21 PDT 2022
|
||||
version.buildmeta=579
|
||||
#Sat Sep 17 21:38:39 PDT 2022
|
||||
version.buildmeta=633
|
||||
version.major=0
|
||||
version.minor=8
|
||||
version.patch=0
|
||||
version.prerelease=rc
|
||||
version.project=mobibot
|
||||
version.semver=0.8.0-rc+579
|
||||
version.semver=0.8.0-rc+633
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue