Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
Upgrade to 5.10.0
Browse files Browse the repository at this point in the history
The latest JNA release introduces the features needed to resolve
elastic/elasticsearch#77014. This commit
updates the version we repackage to pick these features up.
  • Loading branch information
DaveCTurner committed Nov 10, 2021
1 parent a5b47bd commit e7c1c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'maven-publish'

group = 'org.elasticsearch'
String upstreamVersion = '5.7.0'
String upstreamVersion = '5.10.0'

// Rarely, modifications may need to be made to the jna jar that
// aren't reflected in the upstream. A suffix can be supplied to bump
Expand Down

0 comments on commit e7c1c44

Please sign in to comment.