We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdde1fc commit 4d070a8Copy full SHA for 4d070a8
core/pom.rb
@@ -35,7 +35,7 @@
35
jar 'com.github.jnr:jnr-enxio:0.4'
36
jar 'com.github.jnr:jnr-x86asm:1.0.2'
37
jar 'com.github.jnr:jnr-unixsocket:0.3'
38
- jar 'com.github.jnr:jnr-posix:3.0.2'
+ jar 'com.github.jnr:jnr-posix:3.0.7-SNAPSHOT'
39
jar 'com.github.jnr:jnr-constants:0.8.6-SNAPSHOT'
40
jar 'com.github.jnr:jnr-ffi:2.0.0-SNAPSHOT'
41
jar 'com.github.jnr:jffi:${jffi.version}'
core/pom.xml
@@ -71,7 +71,7 @@
71
<dependency>
72
<groupId>com.github.jnr</groupId>
73
<artifactId>jnr-posix</artifactId>
74
- <version>3.0.2</version>
+ <version>3.0.7-SNAPSHOT</version>
75
</dependency>
76
77
0 commit comments