Skip to content

Commit 600f8bd

Browse files
committedJan 25, 2018
Update to jnr-posix 3.0.44.
1 parent 26315d5 commit 600f8bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎core/pom.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
jar 'com.github.jnr:jnr-enxio:0.16', :exclusions => ['com.github.jnr:jnr-ffi']
4747
jar 'com.github.jnr:jnr-x86asm:1.0.2', :exclusions => ['com.github.jnr:jnr-ffi']
4848
jar 'com.github.jnr:jnr-unixsocket:0.17', :exclusions => ['com.github.jnr:jnr-ffi']
49-
jar 'com.github.jnr:jnr-posix:3.0.42', :exclusions => ['com.github.jnr:jnr-ffi']
49+
jar 'com.github.jnr:jnr-posix:3.0.44', :exclusions => ['com.github.jnr:jnr-ffi']
5050
jar 'com.github.jnr:jnr-constants:0.9.9', :exclusions => ['com.github.jnr:jnr-ffi']
5151
jar 'com.github.jnr:jnr-ffi:2.1.7'
5252
jar 'com.github.jnr:jffi:${jffi.version}'

‎core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ DO NOT MODIFIY - GENERATED CODE
135135
<dependency>
136136
<groupId>com.github.jnr</groupId>
137137
<artifactId>jnr-posix</artifactId>
138-
<version>3.0.42</version>
138+
<version>3.0.44</version>
139139
<exclusions>
140140
<exclusion>
141141
<artifactId>jnr-ffi</artifactId>

0 commit comments

Comments
 (0)
Please sign in to comment.