Skip to content

Commit

Permalink
Bump up jna.jar version to 4.5.1
Browse files Browse the repository at this point in the history
Fixes https://issues.jenkins-ci.org/browse/JENKINS-52771.
JNA support for s390x is missing in 4.2.1. The support is added in 4.5.1 version as part of issue 845
Issue: java-native-access/jna#845
Commit : matthiasblaesing/jna@1fef4a2
  • Loading branch information
Durgadas Kamath authored Jul 28, 2018
1 parent e7b1a12 commit ed84d8d
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 @@ -535,7 +535,7 @@ THE SOFTWARE.
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
<version>4.2.1</version>
<version>4.5.1</version>
</dependency>
<dependency>
<groupId>org.kohsuke</groupId>
Expand Down

0 comments on commit ed84d8d

Please sign in to comment.