Skip to content

Commit

Permalink
Merge pull request #7 from oci-labs/JNA550
Browse files Browse the repository at this point in the history
Upgraded dependencies  5.5.0 JNA and JNA Platform
  • Loading branch information
kuznetsovmoci authored Dec 12, 2019
2 parents 3ac41fb + f3844eb commit 655530b
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 655530b

Please sign in to comment.