Skip to content

Commit

Permalink
[JENKINS-57515] update jna library to 5.3.1
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mawinter69 committed Jun 6, 2019
1 parent fdcaef3 commit 5da93f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ THE SOFTWARE.
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
<version>4.5.2</version>
<version>5.3.1</version>
</dependency>
<dependency>
<groupId>org.kohsuke</groupId>
Expand Down

0 comments on commit 5da93f4

Please sign in to comment.