aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2021-04-12 16:16:07 +0000
committerGravatar Vitaly Takmazov2021-04-12 16:16:37 +0000
commitd56ff924309e7317105e5f379f79c1297ebbcab5 (patch)
treeda1143271ba06e06d47781b06a66812a51ad0bf4 /pom.xml
parentdeb873a5f4ea6429fa5974c0dfe62b9e0544d9fb (diff)
Add correct jna version
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 2ff226ba..072d8627 100644
--- a/pom.xml
+++ b/pom.xml
@@ -319,9 +319,10 @@
<dependencies>
<dependency>
<groupId>net.java.dev.jna</groupId>
- <artifactId>jna</artifactId>
+ <artifactId>jna</artifactId>
+ <version>5.8.0</version>
</dependency>
</dependencies>
</profile>
</profiles>
-</project> \ No newline at end of file
+</project>