Bump phtree version

This commit is contained in:
fullwall 2023-11-18 00:50:35 +08:00
parent 8693de6b5f
commit 3f47f5df90
2 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@
<dependency> <dependency>
<groupId>ch.ethz.globis.phtree</groupId> <groupId>ch.ethz.globis.phtree</groupId>
<artifactId>phtree</artifactId> <artifactId>phtree</artifactId>
<version>2.6.2</version> <version>2.8.0</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>

View File

@ -291,7 +291,7 @@ public class Citizens extends JavaPlugin implements CitizensPlugin {
lib.addMavenCentral(); lib.addMavenCentral();
lib.setLogLevel(LogLevel.WARN); lib.setLogLevel(LogLevel.WARN);
// Unfortunately, transitive dependency management is not supported in this library. // Unfortunately, transitive dependency management is not supported in this library.
lib.loadLibrary(Library.builder().groupId("ch{}ethz{}globis{}phtree").artifactId("phtree").version("2.6.2") lib.loadLibrary(Library.builder().groupId("ch{}ethz{}globis{}phtree").artifactId("phtree").version("2.8.0")
.relocate("ch{}ethz{}globis{}phtree", "clib{}phtree").build()); .relocate("ch{}ethz{}globis{}phtree", "clib{}phtree").build());
lib.loadLibrary(Library.builder().groupId("net{}sf{}trove4j").artifactId("trove4j").version("3.0.3") lib.loadLibrary(Library.builder().groupId("net{}sf{}trove4j").artifactId("trove4j").version("3.0.3")
.relocate("gnu{}trove", "clib{}trove").build()); .relocate("gnu{}trove", "clib{}trove").build());