Bump asm to 9.7.1 and re-add ClassReader to ClassWriter

By: DerFrZocker <derrieple@gmail.com>
This commit is contained in:
CraftBukkit/Spigot
2024-10-06 14:38:13 +02:00
parent adf5fecbbb
commit f77cb8d6c2
2 changed files with 3 additions and 3 deletions

View File

@@ -54,7 +54,7 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-commons</artifactId>
<version>9.7</version>
<version>9.7.1</version>
<scope>compile</scope>
</dependency>
<!-- Mojang depends -->
@@ -296,7 +296,7 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-tree</artifactId>
<version>9.7</version>
<version>9.7.1</version>
<scope>test</scope>
</dependency>
</dependencies>