Skip to content

Commit

Permalink
[#1203] Align JNA version with Platform
Browse files Browse the repository at this point in the history
Updated JNA to 5.13.0

Signed-off-by: Alexander Fedorov <[email protected]>
  • Loading branch information
ruspl-afed committed May 30, 2023
1 parent e960fd4 commit 8d2ec6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ oshi-core (3.8.0)
* Project: https://github.com/oshi/oshi
* Source: https://github.com/oshi/oshi

JNA (4.5.1)
JNA (5.13.0)

* License: LGPL 2.1 and Apache 2.0, https://github.com/java-native-access/jna/blob/master/LICENSE
* Project: https://github.com/java-native-access/jna
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,13 @@
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna-platform</artifactId>
<version>5.12.1</version>
<version>5.13.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
<version>5.12.1</version>
<version>5.13.0</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down

0 comments on commit 8d2ec6f

Please sign in to comment.