Prepare 1.20.2 full support

- Update some POM files
- OBC reflection should not try to parse relocation package version
- NMS reflection dependency update
This commit is contained in:
2024-02-18 13:49:30 +01:00
parent 2393352770
commit 92a9afa22c
6 changed files with 8 additions and 22 deletions

View File

@@ -27,7 +27,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>31.1-jre</version> <!-- Match the version imported by Paper API/BungeeCord API if possible -->
<version>32.1.2-jre</version> <!-- Match the version imported by Paper API/BungeeCord API if possible -->
</dependency>
</dependencies>