update slf4j

This commit is contained in:
mworzala 2021-12-11 16:46:18 -05:00
parent ff168ca0ac
commit 1857393e1d
No known key found for this signature in database
GPG Key ID: B148F922E64797C7
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ dependencies {
// Logging
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'
api 'org.apache.logging.log4j:log4j-slf4j-impl:2.15.0'
// https://mvnrepository.com/artifact/org.jline/jline
implementation group: 'org.jline', name: 'jline', version: '3.20.0'