Skip to content

Commit 4d070a8

Browse files
committed
Update jnr-posix to 3.0.7-SNAPSHOT.
1 parent cdde1fc commit 4d070a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/pom.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
jar 'com.github.jnr:jnr-enxio:0.4'
3636
jar 'com.github.jnr:jnr-x86asm:1.0.2'
3737
jar 'com.github.jnr:jnr-unixsocket:0.3'
38-
jar 'com.github.jnr:jnr-posix:3.0.2'
38+
jar 'com.github.jnr:jnr-posix:3.0.7-SNAPSHOT'
3939
jar 'com.github.jnr:jnr-constants:0.8.6-SNAPSHOT'
4040
jar 'com.github.jnr:jnr-ffi:2.0.0-SNAPSHOT'
4141
jar 'com.github.jnr:jffi:${jffi.version}'

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<dependency>
7272
<groupId>com.github.jnr</groupId>
7373
<artifactId>jnr-posix</artifactId>
74-
<version>3.0.2</version>
74+
<version>3.0.7-SNAPSHOT</version>
7575
</dependency>
7676
<dependency>
7777
<groupId>com.github.jnr</groupId>

0 commit comments

Comments
 (0)