mirror of
https://github.com/Minestom/Minestom.git
synced 2025-02-04 06:21:52 +01:00
Merge pull request #12 from Articdive/update-log4j2
Updated log4j2 to 2.13.3
This commit is contained in:
commit
1b4f55bb9f
@ -56,11 +56,11 @@ dependencies {
|
||||
api group: 'org.rocksdb', name: 'rocksdbjni', version: '6.8.1'
|
||||
|
||||
// https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core
|
||||
api group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.13.2'
|
||||
api group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.13.3'
|
||||
|
||||
// SLF4J is the base for logging so we can easily switch to any logging system later on.
|
||||
// https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-slf4j-impl
|
||||
api group: 'org.apache.logging.log4j', name: 'log4j-slf4j-impl', version: '2.13.2'
|
||||
api group: 'org.apache.logging.log4j', name: 'log4j-slf4j-impl', version: '2.13.3'
|
||||
|
||||
api 'com.mojang:authlib:1.5.21'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user