diff options
author | Nassim Jahnke <[email protected]> | 2021-12-14 20:08:40 +0100 |
---|---|---|
committer | Nassim Jahnke <[email protected]> | 2021-12-14 20:08:40 +0100 |
commit | 51d168752bc22bc37ade1d4577355cad6146ba56 (patch) | |
tree | 45c822a43dacff18a5e069ffffda1eccd38fc404 | |
parent | 7f310957bc18cc0a54d399bd5b767129058c71a7 (diff) | |
download | Paper-51d168752bc22bc37ade1d4577355cad6146ba56.tar.gz Paper-51d168752bc22bc37ade1d4577355cad6146ba56.zip |
Update log4j to 2.16.0
No confirmed attack vector, and definitely no attack vector for normal setups, but, just in case.
-rw-r--r-- | patches/server/0829-Update-Log4j.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/patches/server/0829-Update-Log4j.patch b/patches/server/0829-Update-Log4j.patch index d90be23fef..cc12200252 100644 --- a/patches/server/0829-Update-Log4j.patch +++ b/patches/server/0829-Update-Log4j.patch @@ -5,7 +5,7 @@ Subject: [PATCH] Update Log4j diff --git a/build.gradle.kts b/build.gradle.kts -index 5678a9f8d2aa8a7afbc5729570ec297b12acf75d..ed05c831fcf8dfb8669ce57248b469fa9c9edef5 100644 +index 5678a9f8d2aa8a7afbc5729570ec297b12acf75d..8e941079410a1a0b347fa811190fb6771a185319 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -29,10 +29,11 @@ dependencies { @@ -14,12 +14,12 @@ index 5678a9f8d2aa8a7afbc5729570ec297b12acf75d..ed05c831fcf8dfb8669ce57248b469fa */ - 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 our Log4j plugins -+ 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 our Log4j plugins ++ 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 our Log4j plugins // Paper end - implementation("org.apache.logging.log4j:log4j-iostreams: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-iostreams:2.16.0") // Paper ++ implementation("org.apache.logging.log4j:log4j-slf4j18-impl:2.16.0") // Paper implementation("org.ow2.asm:asm:9.2") implementation("org.ow2.asm:asm-commons:9.2") // Paper - ASM event executor generation runtimeOnly("org.xerial:sqlite-jdbc:3.36.0.3") |