Update ASM and add support for Java 17

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2021-08-13 08:45:32 +10:00
parent 3483bd08b3
commit fdefaeeccd
2 changed files with 3 additions and 3 deletions

View File

@@ -53,7 +53,7 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>9.1</version>
<version>9.2</version>
<scope>compile</scope>
</dependency>
<!-- deprecated API depend -->