Skip to content

Commit 946cdda

Browse files
committed
Upgrade JNA to 5.16.0
1 parent b768771 commit 946cdda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1111

1212
### Changed
1313

14-
* Updated JNA to 5.11.0
14+
* Updated JNA to 5.16.0
1515

1616
## [2.11] - 2021-10-02
1717

Diff for: argon2-jvm-nolibs/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jar {
2323
}
2424

2525
dependencies {
26-
implementation 'net.java.dev.jna:jna:5.11.0'
26+
implementation 'net.java.dev.jna:jna:5.16.0'
2727
}
2828

2929
compileJava11Java {

0 commit comments

Comments
 (0)