Skip to content

Commit

Permalink
Update JNA 1.15.0 to make it compatible with latest OSHI 6.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mwithi committed Nov 13, 2024
1 parent 74cf74b commit 35eea50
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 @@ -87,12 +87,12 @@
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
<version>5.14.0</version>
<version>5.15.0</version>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna-platform</artifactId>
<version>5.14.0</version>
<version>5.15.0</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
Expand Down

0 comments on commit 35eea50

Please sign in to comment.