Bump JNA to 5.18.0 (#4549)

This commit is contained in:
Glavo
2025-09-26 17:06:01 +08:00
committed by GitHub
parent 5b1414428e
commit 225dba7448
2 changed files with 2 additions and 2 deletions

View File

@@ -66,7 +66,7 @@ public final class JavaFXUtils {
arch = Platform.is64Bit() ? "arm64" : "arm32";
else if (Platform.isLoongArch() && Platform.is64Bit())
arch = "loongarch64";
else if ("riscv64".equals(System.getProperty("os.arch"))) // TODO: https://github.com/java-native-access/jna/pull/1671
else if (Platform.isRISCV())
arch = "riscv64";
else
return;

View File

@@ -13,7 +13,7 @@ nanohttpd = "2.3.1"
jsoup = "1.19.1"
chardet = "2.5.0"
twelvemonkeys = "3.12.0"
jna = "5.17.0"
jna = "5.18.0"
pci-ids = "0.4.0"
java-info = "1.0"
authlib-injector = "1.2.5"