Skip to content

Commit b543418

Browse files
committed
jme3-vr: upgrade the "jna" library to v5.10.0
1 parent 22d8634 commit b543418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jme3-vr/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies {
55
api project(':jme3-effects')
66

77
// https://mvnrepository.com/artifact/net.java.dev.jna/jna
8-
implementation group: 'net.java.dev.jna', name: 'jna', version: '5.8.0'
8+
implementation 'net.java.dev.jna:jna:5.10.0'
99
implementation 'com.nativelibs4java:jnaerator-runtime:0.12'
1010

1111
// Native LibOVR/Oculus support

0 commit comments

Comments
 (0)