diff options
author | Nassim Jahnke <[email protected]> | 2021-12-14 21:06:43 +0100 |
---|---|---|
committer | Nassim Jahnke <[email protected]> | 2021-12-14 21:06:43 +0100 |
commit | 4ac995a4183dde4cf9ec2c523cfd9732c11e0354 (patch) | |
tree | f208a2e9f8ad99d561135633dffb5d7782b5b36e | |
parent | d4318a6ebca2a3f2859ca0ef1b274192633c7d5e (diff) | |
download | Paper-4ac995a4183dde4cf9ec2c523cfd9732c11e0354.tar.gz Paper-4ac995a4183dde4cf9ec2c523cfd9732c11e0354.zip |
Update log4j to 2.16.0
-rw-r--r-- | patches/server/0846-Update-Log4J.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/patches/server/0846-Update-Log4J.patch b/patches/server/0846-Update-Log4J.patch index 2e724f4774..dcd06f1811 100644 --- a/patches/server/0846-Update-Log4J.patch +++ b/patches/server/0846-Update-Log4J.patch @@ -5,7 +5,7 @@ Subject: [PATCH] Update Log4J diff --git a/build.gradle.kts b/build.gradle.kts -index e067c69fea1dec79ef8e97cad1c74020b6a3a235..f442236efe30d7d9e0c6a8dfb0f040540dc62753 100644 +index e067c69fea1dec79ef8e97cad1c74020b6a3a235..ffcc23d50922b508719534d6eb8f707c81d186c5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -33,11 +33,12 @@ dependencies { @@ -14,14 +14,14 @@ index e067c69fea1dec79ef8e97cad1c74020b6a3a235..f442236efe30d7d9e0c6a8dfb0f04054 */ - implementation("org.apache.logging.log4j:log4j-core:2.14.1") // Paper - implementation - annotationProcessor("org.apache.logging.log4j:log4j-core:2.14.1") // Paper - Needed to generate meta for out hex color converter plugin -+ implementation("org.apache.logging.log4j:log4j-core:2.15.0") // Paper - implementation -+ annotationProcessor("org.apache.logging.log4j:log4j-core:2.15.0") // Paper - Needed to generate meta for out hex color converter plugin ++ implementation("org.apache.logging.log4j:log4j-core:2.16.0") // Paper - implementation ++ annotationProcessor("org.apache.logging.log4j:log4j-core:2.16.0") // Paper - Needed to generate meta for out hex color converter plugin // Paper end - implementation("org.apache.logging.log4j:log4j-iostreams:2.14.1") // Paper - implementation("org.apache.logging.log4j:log4j-api:2.14.1") // Paper -+ implementation("org.apache.logging.log4j:log4j-iostreams:2.15.0") // Paper -+ implementation("org.apache.logging.log4j:log4j-slf4j18-impl:2.15.0") // Paper -+ implementation("org.apache.logging.log4j:log4j-api:2.15.0") // Paper ++ implementation("org.apache.logging.log4j:log4j-iostreams:2.16.0") // Paper ++ implementation("org.apache.logging.log4j:log4j-slf4j18-impl:2.16.0") // Paper ++ implementation("org.apache.logging.log4j:log4j-api:2.16.0") // Paper implementation("org.ow2.asm:asm:9.2") implementation("org.ow2.asm:asm-commons:9.2") // Paper - ASM event executor generation implementation("com.googlecode.json-simple:json-simple:1.1.1") { |