aboutsummaryrefslogtreecommitdiffhomepage
path: root/Spigot-API-Patches/0002-add-Trove-and-FastUtil-to-Bukkit.patch
diff options
context:
space:
mode:
authorsulu5890 <[email protected]>2021-12-19 18:10:16 -0600
committerGitHub <[email protected]>2021-12-19 16:10:16 -0800
commit303f32a3fe02700a598f8858c247bb994fa25b83 (patch)
tree4f05fbc38a6cb1bca149812e942470ac71e3bd74 /Spigot-API-Patches/0002-add-Trove-and-FastUtil-to-Bukkit.patch
parent946bffb68d6a05e44075a5dc68fc3b6c248e8c1d (diff)
downloadPaper-303f32a3fe02700a598f8858c247bb994fa25b83.tar.gz
Paper-303f32a3fe02700a598f8858c247bb994fa25b83.zip
Update Log4J (1.10.2) (#7152)ver/1.10.2
* Update Upstream (Craftbukkit) * update log4j
Diffstat (limited to 'Spigot-API-Patches/0002-add-Trove-and-FastUtil-to-Bukkit.patch')
-rw-r--r--Spigot-API-Patches/0002-add-Trove-and-FastUtil-to-Bukkit.patch14
1 files changed, 7 insertions, 7 deletions
diff --git a/Spigot-API-Patches/0002-add-Trove-and-FastUtil-to-Bukkit.patch b/Spigot-API-Patches/0002-add-Trove-and-FastUtil-to-Bukkit.patch
index da70825a68..e2311bce3c 100644
--- a/Spigot-API-Patches/0002-add-Trove-and-FastUtil-to-Bukkit.patch
+++ b/Spigot-API-Patches/0002-add-Trove-and-FastUtil-to-Bukkit.patch
@@ -1,17 +1,18 @@
-From 68c630ca51baec9eb6c20b206e7119fd72c9c854 Mon Sep 17 00:00:00 2001
+From 7384d452c0f322347e136d54a34373c148a8a8cc Mon Sep 17 00:00:00 2001
From: Aikar <[email protected]>
Date: Fri, 1 Apr 2016 00:02:47 -0400
Subject: [PATCH] add Trove and FastUtil to Bukkit
diff --git a/pom.xml b/pom.xml
-index 46df34d..5e5e5e4 100644
+index 8f0fb798..a2515c28 100644
--- a/pom.xml
+++ b/pom.xml
-@@ -55,6 +55,19 @@
+@@ -54,6 +54,19 @@
+ </repositories>
<dependencies>
- <dependency>
++ <dependency>
+ <groupId>net.sf.trove4j</groupId>
+ <artifactId>trove4j</artifactId>
+ <version>3.0.3</version>
@@ -24,10 +25,9 @@ index 46df34d..5e5e5e4 100644
+ <version>1.0</version>
+ <scope>provided</scope>
+ </dependency>
-+ <dependency>
+ <dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
- <version>2.6</version>
--
-2.9.0
+2.34.0