This is an automated email from the ASF dual-hosted git repository. vanzin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-crypto.git
The following commit(s) were added to refs/heads/master by this push: new 7b7a36d JNA version is updated to 4.4.0 (#93) 7b7a36d is described below commit 7b7a36d603ad943ac033469b1e889946c947a385 Author: ossdev07 <39188636+ossde...@users.noreply.github.com> AuthorDate: Tue Feb 26 23:18:42 2019 +0530 JNA version is updated to 4.4.0 (#93) jvm is getting crashed patch on AARCH64 platform (CentOS7) with openJDK8 with JNA version 4.2.2 and working fine with JNA 4.4.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bb930ec..e43674d 100644 --- a/pom.xml +++ b/pom.xml @@ -116,7 +116,7 @@ The following provides more details on the included cryptographic software: <commons.release.version>1.0.0</commons.release.version> <commons.release.desc>(Requires Java ${maven.compiler.target} or later)</commons.release.desc> <commons.rc.version>RC1</commons.rc.version> - <jna.version>4.2.2</jna.version> + <jna.version>4.4.0</jna.version> <!-- properties not related to versioning --> <commons.jira.id>CRYPTO</commons.jira.id>