Skip to content

Commit

Permalink
Downgrade JNA version to 5.12
Browse files Browse the repository at this point in the history
JNA 5.13 on linux-riscv64 introduces dependency on GLIBC 2.34. It's been
reported at java-native-access/jna#1557.
  • Loading branch information
luhenry committed Oct 31, 2023
1 parent 930a836 commit 332fcac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ The following provides more details on the included cryptographic software:
<japicmp.skip>false</japicmp.skip>

<commons.release.isDistModule>true</commons.release.isDistModule>
<jna.version>5.13.0</jna.version>
<jna.version>5.12.0</jna.version>

<!-- The property "target.name" is used to specify the ant target, The "all" target will use
OsInfo.java to detect the OS info and arch to generate the native binary for detected platform.
Expand Down

0 comments on commit 332fcac

Please sign in to comment.