File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 46
46
jar 'com.github.jnr:jnr-enxio:0.16' , :exclusions => [ 'com.github.jnr:jnr-ffi' ]
47
47
jar 'com.github.jnr:jnr-x86asm:1.0.2' , :exclusions => [ 'com.github.jnr:jnr-ffi' ]
48
48
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' ]
50
50
jar 'com.github.jnr:jnr-constants:0.9.9' , :exclusions => [ 'com.github.jnr:jnr-ffi' ]
51
51
jar 'com.github.jnr:jnr-ffi:2.1.7'
52
52
jar 'com.github.jnr:jffi:${jffi.version}'
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ DO NOT MODIFIY - GENERATED CODE
135
135
<dependency >
136
136
<groupId >com.github.jnr</groupId >
137
137
<artifactId >jnr-posix</artifactId >
138
- <version >3.0.42 </version >
138
+ <version >3.0.44 </version >
139
139
<exclusions >
140
140
<exclusion >
141
141
<artifactId >jnr-ffi</artifactId >
You can’t perform that action at this time.
0 commit comments