Skip to content

Commit

Permalink
chore(deps): bump JNA version (#1521)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeDombo authored Aug 31, 2023
1 parent ff8b78f commit aa40ed5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -216,13 +216,13 @@
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
<version>5.12.1</version>
<version>5.13.0</version>
</dependency>
<!-- jna-platform adds support for calling Windows system DLLs -->
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna-platform</artifactId>
<version>5.12.1</version>
<version>5.13.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit aa40ed5

Please sign in to comment.