更新 JNA 版本,适配 Apple M1 芯片 (#631)

pull/654/head
Tsln 2021-04-27 14:29:13 +08:00 committed by GitHub
parent 3072c9633a
commit 19214fd592
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
<properties>
<jjwt.version>0.11.1</jjwt.version>
<!-- oshi监控需要指定jna版本, 问题详见 https://github.com/oshi/oshi/issues/1040 -->
<jna.version>5.6.0</jna.version>
<jna.version>5.8.0</jna.version>
</properties>
<dependencies>
@ -84,7 +84,7 @@
<dependency>
<groupId>com.github.oshi</groupId>
<artifactId>oshi-core</artifactId>
<version>5.3.6</version>
<version>5.7.1</version>
</dependency>
</dependencies>