Skip to content

Commit

Permalink
Upgraded dependencies 5.5.0 JNA and JNA Platform
Browse files Browse the repository at this point in the history
  • Loading branch information
kuznetsovmoci committed Dec 12, 2019
1 parent 8079fb8 commit f3844eb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,15 @@
</build>

<dependencies>
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna-platform</artifactId>
<version>5.5.0</version>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
<version>4.0.0</version>
<version>5.5.0</version>
</dependency>
</dependencies>
</project>

0 comments on commit f3844eb

Please sign in to comment.