Skip to content

Commit

Permalink
Bump JNA version from 5.5 to 5.13. (#9963) (#9979)
Browse files Browse the repository at this point in the history
Update changelog.

Signed-off-by: Austin Lee <austin@aryn.ai>
(cherry picked from commit 04f90dc)
  • Loading branch information
austintlee committed Sep 11, 2023
1 parent 5a763c4 commit f5b8460
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Added

### Dependencies
- Bump JNA version from 5.5 to 5.13 ([#9963](https://github.com/opensearch-project/OpenSearch/pull/9963))

### Changed
- Add instrumentation in rest and network layer. ([#9415](https://github.com/opensearch-project/OpenSearch/pull/9415))
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/version.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ protobuf = 3.22.3
jakarta_annotation = 1.3.5

# when updating the JNA version, also update the version in buildSrc/build.gradle
jna = 5.5.0
jna = 5.13.0

netty = 4.1.97.Final
joda = 2.12.2
Expand Down
1 change: 1 addition & 0 deletions server/licenses/jna-5.13.0.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1200e7ebeedbe0d10062093f32925a912020e747
1 change: 0 additions & 1 deletion server/licenses/jna-5.5.0.jar.sha1

This file was deleted.

0 comments on commit f5b8460

Please sign in to comment.