Minecraft 1.21.4 support

This commit is contained in:
md_5
2024-12-04 03:20:00 +11:00
parent 20a71b06a9
commit 8a80435e64
4 changed files with 8 additions and 7 deletions

View File

@@ -83,7 +83,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-bom</artifactId>
<version>4.1.110.Final</version>
<version>4.1.115.Final</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -99,7 +99,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>32.1.2-jre</version>
<version>33.3.1-jre</version>
<scope>compile</scope>
</dependency>
<dependency>