diff options
author | Nassim Jahnke <[email protected]> | 2021-12-28 22:15:45 +0100 |
---|---|---|
committer | Nassim Jahnke <[email protected]> | 2021-12-28 22:15:45 +0100 |
commit | 25133734ac55893b4efa7ef943f01198dcc78d62 (patch) | |
tree | 83a037785db650d7ffb74e413d8546b4ce20efeb | |
parent | ed8c5122d543de17cac8cb1a49291ca56b2dbcb6 (diff) | |
download | Paper-25133734ac55893b4efa7ef943f01198dcc78d62.tar.gz Paper-25133734ac55893b4efa7ef943f01198dcc78d62.zip |
https://youtu.be/NIH6j7-w198
-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 c61e6871e1..cc88e319ed 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..875a6cb09b86186ddc8422bab4576f0960f6a309 100644 +index e067c69fea1dec79ef8e97cad1c74020b6a3a235..612c4ed60406a69832609a9bdb3e45a7f3de6b74 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -33,11 +33,12 @@ dependencies { @@ -14,14 +14,14 @@ index e067c69fea1dec79ef8e97cad1c74020b6a3a235..875a6cb09b86186ddc8422bab4576f09 */ - 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.17.0") // Paper - implementation -+ annotationProcessor("org.apache.logging.log4j:log4j-core:2.17.0") // Paper - Needed to generate meta for out hex color converter plugin ++ implementation("org.apache.logging.log4j:log4j-core:2.17.1") // Paper - implementation ++ annotationProcessor("org.apache.logging.log4j:log4j-core:2.17.1") // 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.17.0") // Paper -+ implementation("org.apache.logging.log4j:log4j-slf4j18-impl:2.17.0") // Paper -+ implementation("org.apache.logging.log4j:log4j-api:2.17.0") // Paper ++ implementation("org.apache.logging.log4j:log4j-iostreams:2.17.1") // Paper ++ implementation("org.apache.logging.log4j:log4j-slf4j18-impl:2.17.1") // Paper ++ implementation("org.apache.logging.log4j:log4j-api:2.17.1") // 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") { |