diff options
author | Nassim Jahnke <[email protected]> | 2021-12-18 09:09:38 +0100 |
---|---|---|
committer | Nassim Jahnke <[email protected]> | 2021-12-18 09:09:38 +0100 |
commit | fa1a7c180c6fcba779e583fc4ed550b48954bcc4 (patch) | |
tree | aba152f5bcca1a11d4551a07e0e78e7f713780af | |
parent | a4e665f842beccd07395db0f0888f40b76d70b98 (diff) | |
download | Paper-ver/1.16.5.tar.gz Paper-ver/1.16.5.zip |
Update log4j to 2.17.0ver/1.16.5
-rw-r--r-- | Spigot-Server-Patches/0767-Update-log4j.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Spigot-Server-Patches/0767-Update-log4j.patch b/Spigot-Server-Patches/0767-Update-log4j.patch index 2ce00eedbd..0536b50b23 100644 --- a/Spigot-Server-Patches/0767-Update-log4j.patch +++ b/Spigot-Server-Patches/0767-Update-log4j.patch @@ -5,7 +5,7 @@ Subject: [PATCH] Update log4j diff --git a/pom.xml b/pom.xml -index 1a9204c869dd36e80932b1366352db15ebd70723..56d5c72513fb11c7c49b8d6ebd248dc0ba1aa936 100644 +index 1a9204c869dd36e80932b1366352db15ebd70723..48495ad71339c142a62839824a98c02011645207 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ @@ -13,7 +13,7 @@ index 1a9204c869dd36e80932b1366352db15ebd70723..56d5c72513fb11c7c49b8d6ebd248dc0 <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-bom</artifactId> - <version>2.11.2</version> -+ <version>2.16.0</version> ++ <version>2.17.0</version> <type>pom</type> <scope>import</scope> </dependency> |