From 5da93f46f85f1cf9ef64ead172d803b3fdb5c5a0 Mon Sep 17 00:00:00 2001 From: Markus Winter Date: Thu, 6 Jun 2019 15:06:51 +0200 Subject: [PATCH] [JENKINS-57515] update jna library to 5.3.1 This solves problems with loading native libraries of jna on AIX platform when using openJDK or other JDKs that assume .so is the extension for shared libraries --- core/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/pom.xml b/core/pom.xml index 19e6db082ac4..ceeb5f473c80 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -534,7 +534,7 @@ THE SOFTWARE. net.java.dev.jna jna - 4.5.2 + 5.3.1 org.kohsuke