Update log4j2

This commit is contained in:
mworzala 2021-12-10 08:08:17 -05:00
parent 8410de18d2
commit ff168ca0ac
No known key found for this signature in database
GPG Key ID: B148F922E64797C7
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ dependencies {
api 'com.github.Articdive:Jnoise:2.1.0'
// Logging
api 'org.apache.logging.log4j:log4j-core:2.14.1'
api 'org.apache.logging.log4j:log4j-core:2.15.0'
// SLF4J is the base logger for most libraries, therefore we can hook it into log4j2.
api 'org.apache.logging.log4j:log4j-slf4j-impl:2.14.1'