diff --git a/Spigot-API-Patches/0023-Use-ASM-for-event-executors.patch b/Spigot-API-Patches/0023-Use-ASM-for-event-executors.patch index 87bd56afc..b21251cca 100644 --- a/Spigot-API-Patches/0023-Use-ASM-for-event-executors.patch +++ b/Spigot-API-Patches/0023-Use-ASM-for-event-executors.patch @@ -1,4 +1,4 @@ -From d6c062cb8c337535554a3fcb0008ede65a33c86b Mon Sep 17 00:00:00 2001 +From 15b5224e92a45ca15a6e5d34f97734922e539b92 Mon Sep 17 00:00:00 2001 From: Techcable Date: Thu, 3 Mar 2016 13:20:33 -0700 Subject: [PATCH] Use ASM for event executors. @@ -6,18 +6,23 @@ Subject: [PATCH] Use ASM for event executors. Uses method handles for private or static methods. diff --git a/pom.xml b/pom.xml -index c6bdf44e..31b6f51b 100644 +index 8d4032e2..21a4a8be 100644 --- a/pom.xml +++ b/pom.xml -@@ -128,6 +128,12 @@ +@@ -128,6 +128,17 @@ 1.3 test + + + org.ow2.asm -+ asm-all -+ 5.0.4 ++ asm ++ 6.1.1 ++ ++ ++ org.ow2.asm ++ asm-commons ++ 6.1.1 + @@ -422,5 +427,5 @@ index d8b9c244..40fd71dc 100644 eventSet.add(new TimedRegisteredListener(listener, executor, eh.priority(), plugin, eh.ignoreCancelled())); } else { -- -2.14.1 +2.17.0