File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 66
77 <groupId >jbwapi</groupId >
88 <artifactId >jbwapi</artifactId >
9- <version >0.2.1 </version >
9+ <version >0.3 </version >
1010
1111 <properties >
1212 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
4949 <dependency >
5050 <groupId >net.java.dev.jna</groupId >
5151 <artifactId >jna</artifactId >
52- <version >4.5.2 </version >
52+ <version >5.1.0 </version >
5353 </dependency >
5454
5555 <!-- https://mvnrepository.com/artifact/net.java.dev.jna/jna-platform -->
5656 <dependency >
5757 <groupId >net.java.dev.jna</groupId >
5858 <artifactId >jna-platform</artifactId >
59- <version >4.5.2 </version >
59+ <version >5.1.0 </version >
6060 </dependency >
6161
6262 <!-- https://mvnrepository.com/artifact/junit/junit -->
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ public void update(final EventHandler handler) throws Exception {
9797 }
9898
9999 interface MappingKernel extends Kernel32 {
100- MappingKernel INSTANCE = Native .loadLibrary (MappingKernel .class , W32APIOptions .DEFAULT_OPTIONS );
100+ MappingKernel INSTANCE = Native .load (MappingKernel .class , W32APIOptions .DEFAULT_OPTIONS );
101101
102102 HANDLE OpenFileMapping (int desiredAccess , boolean inherit , String name );
103103 }
You can’t perform that action at this time.
0 commit comments