mirror of
https://github.com/ViaVersion/VIAaaS.git
synced 2025-01-09 19:48:37 +01:00
update log4j to 2.15.0
This commit is contained in:
parent
862f5085e6
commit
80edc1f4ad
@ -52,7 +52,6 @@ repositories {
|
||||
maven("https://repo.viaversion.com/")
|
||||
maven("https://nexus.velocitypowered.com/repository/maven-public/")
|
||||
maven("https://jitpack.io/")
|
||||
maven("https://repository.apache.org/snapshots/")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@ -76,7 +75,7 @@ dependencies {
|
||||
implementation("org.powernukkit.fastutil:fastutil-lite:8.1.1")
|
||||
implementation("org.yaml:snakeyaml:1.29")
|
||||
|
||||
val log4jVer = "2.15.1-SNAPSHOT"
|
||||
val log4jVer = "2.15.0"
|
||||
val slf4jVer = "1.7.32"
|
||||
implementation("net.minecrell:terminalconsoleappender:1.3.0")
|
||||
implementation("org.apache.logging.log4j:log4j-core:$log4jVer")
|
||||
|
Loading…
Reference in New Issue
Block a user