diff --git a/Spigot-API-Patches/Use-ASM-for-event-executors.patch b/Spigot-API-Patches/Use-ASM-for-event-executors.patch index 86d9dae2af..5862189326 100644 --- a/Spigot-API-Patches/Use-ASM-for-event-executors.patch +++ b/Spigot-API-Patches/Use-ASM-for-event-executors.patch @@ -6,7 +6,7 @@ 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 @@ -0,0 +0,0 @@ @@ -16,8 +16,13 @@ index c6bdf44e..31b6f51b 100644 + + + org.ow2.asm -+ asm-all -+ 5.0.4 ++ asm ++ 6.1.1 ++ ++ ++ org.ow2.asm ++ asm-commons ++ 6.1.1 +