Skip to content

Commit 332fcac

Browse files
committed
Downgrade JNA version to 5.12
JNA 5.13 on linux-riscv64 introduces dependency on GLIBC 2.34. It's been reported at java-native-access/jna#1557.
1 parent 930a836 commit 332fcac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ The following provides more details on the included cryptographic software:
133133
<japicmp.skip>false</japicmp.skip>
134134

135135
<commons.release.isDistModule>true</commons.release.isDistModule>
136-
<jna.version>5.13.0</jna.version>
136+
<jna.version>5.12.0</jna.version>
137137

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

0 commit comments

Comments
 (0)