Bump JNA to 5.18.0 (#4549)
This commit is contained in:
@@ -66,7 +66,7 @@ public final class JavaFXUtils {
|
|||||||
arch = Platform.is64Bit() ? "arm64" : "arm32";
|
arch = Platform.is64Bit() ? "arm64" : "arm32";
|
||||||
else if (Platform.isLoongArch() && Platform.is64Bit())
|
else if (Platform.isLoongArch() && Platform.is64Bit())
|
||||||
arch = "loongarch64";
|
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";
|
arch = "riscv64";
|
||||||
else
|
else
|
||||||
return;
|
return;
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ nanohttpd = "2.3.1"
|
|||||||
jsoup = "1.19.1"
|
jsoup = "1.19.1"
|
||||||
chardet = "2.5.0"
|
chardet = "2.5.0"
|
||||||
twelvemonkeys = "3.12.0"
|
twelvemonkeys = "3.12.0"
|
||||||
jna = "5.17.0"
|
jna = "5.18.0"
|
||||||
pci-ids = "0.4.0"
|
pci-ids = "0.4.0"
|
||||||
java-info = "1.0"
|
java-info = "1.0"
|
||||||
authlib-injector = "1.2.5"
|
authlib-injector = "1.2.5"
|
||||||
|
|||||||
Reference in New Issue
Block a user