Skip to content

Commit 358ceb8

Browse files
committed
Update log4j to 2.17.0
1 parent 4b0b725 commit 358ceb8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

patches/server/0829-Update-Log4j.patch

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Subject: [PATCH] Update Log4j
55

66

77
diff --git a/build.gradle.kts b/build.gradle.kts
8-
index 5678a9f8d2aa8a7afbc5729570ec297b12acf75d..8e941079410a1a0b347fa811190fb6771a185319 100644
8+
index 5678a9f8d2aa8a7afbc5729570ec297b12acf75d..93d4d490da802f8a432124b3120e7adc485b6d41 100644
99
--- a/build.gradle.kts
1010
+++ b/build.gradle.kts
1111
@@ -29,10 +29,11 @@ dependencies {
@@ -14,12 +14,12 @@ index 5678a9f8d2aa8a7afbc5729570ec297b12acf75d..8e941079410a1a0b347fa811190fb677
1414
*/
1515
- implementation("org.apache.logging.log4j:log4j-core:2.14.1") // Paper - implementation
1616
- annotationProcessor("org.apache.logging.log4j:log4j-core:2.14.1") // Paper - Needed to generate meta for our Log4j plugins
17-
+ implementation("org.apache.logging.log4j:log4j-core:2.16.0") // Paper - implementation
18-
+ annotationProcessor("org.apache.logging.log4j:log4j-core:2.16.0") // Paper - Needed to generate meta for our Log4j plugins
17+
+ implementation("org.apache.logging.log4j:log4j-core:2.17.0") // Paper - implementation
18+
+ annotationProcessor("org.apache.logging.log4j:log4j-core:2.17.0") // Paper - Needed to generate meta for our Log4j plugins
1919
// Paper end
2020
- implementation("org.apache.logging.log4j:log4j-iostreams:2.14.1") // Paper
21-
+ implementation("org.apache.logging.log4j:log4j-iostreams:2.16.0") // Paper
22-
+ implementation("org.apache.logging.log4j:log4j-slf4j18-impl:2.16.0") // Paper
21+
+ implementation("org.apache.logging.log4j:log4j-iostreams:2.17.0") // Paper
22+
+ implementation("org.apache.logging.log4j:log4j-slf4j18-impl:2.17.0") // Paper
2323
implementation("org.ow2.asm:asm:9.2")
2424
implementation("org.ow2.asm:asm-commons:9.2") // Paper - ASM event executor generation
2525
runtimeOnly("org.xerial:sqlite-jdbc:3.36.0.3")

0 commit comments

Comments
 (0)