Skip to content

Commit

Permalink
Update jffi, jnr-ffi, jnr-posix, jnr-enxio, and jnr-unixsocket
Browse files Browse the repository at this point in the history
Fixes #6044
  • Loading branch information
headius committed Feb 12, 2020
1 parent 3141443 commit 6670a40
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions core/pom.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@

# exclude jnr-ffi to avoid problems with shading and relocation of the asm packages
jar 'com.github.jnr:jnr-netdb:1.1.6', :exclusions => ['com.github.jnr:jnr-ffi']
jar 'com.github.jnr:jnr-enxio:0.23', :exclusions => ['com.github.jnr:jnr-ffi']
jar 'com.github.jnr:jnr-unixsocket:0.24', :exclusions => ['com.github.jnr:jnr-ffi']
jar 'com.github.jnr:jnr-posix:3.0.51', :exclusions => ['com.github.jnr:jnr-ffi']
jar 'com.github.jnr:jnr-enxio:0.24', :exclusions => ['com.github.jnr:jnr-ffi']
jar 'com.github.jnr:jnr-unixsocket:0.26', :exclusions => ['com.github.jnr:jnr-ffi']
jar 'com.github.jnr:jnr-posix:3.0.53', :exclusions => ['com.github.jnr:jnr-ffi']
jar 'com.github.jnr:jnr-constants:0.9.14', :exclusions => ['com.github.jnr:jnr-ffi']
jar 'com.github.jnr:jnr-ffi:2.1.11'
jar 'com.github.jnr:jnr-ffi:2.1.12'
jar 'com.github.jnr:jffi:${jffi.version}'
jar 'com.github.jnr:jffi:${jffi.version}:native'

Expand Down
8 changes: 4 additions & 4 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ DO NOT MODIFIY - GENERATED CODE
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-enxio</artifactId>
<version>0.23</version>
<version>0.24</version>
<exclusions>
<exclusion>
<artifactId>jnr-ffi</artifactId>
Expand All @@ -107,7 +107,7 @@ DO NOT MODIFIY - GENERATED CODE
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-unixsocket</artifactId>
<version>0.24</version>
<version>0.26</version>
<exclusions>
<exclusion>
<artifactId>jnr-ffi</artifactId>
Expand All @@ -118,7 +118,7 @@ DO NOT MODIFIY - GENERATED CODE
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-posix</artifactId>
<version>3.0.51</version>
<version>3.0.53</version>
<exclusions>
<exclusion>
<artifactId>jnr-ffi</artifactId>
Expand All @@ -140,7 +140,7 @@ DO NOT MODIFIY - GENERATED CODE
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-ffi</artifactId>
<version>2.1.11</version>
<version>2.1.12</version>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.rb
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
'jruby-launcher.version' => '1.1.6',
'ant.version' => '1.9.8',
'asm.version' => '7.1',
'jffi.version' => '1.2.22',
'jffi.version' => '1.2.23',
'joda.time.version' => '2.10.5' )

plugin_management do
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ DO NOT MODIFIY - GENERATED CODE
<its.j2ee>j2ee*/pom.xml</its.j2ee>
<its.osgi>osgi*/pom.xml</its.osgi>
<jar-dependencies.version>0.4.0</jar-dependencies.version>
<jffi.version>1.2.22</jffi.version>
<jffi.version>1.2.23</jffi.version>
<joda.time.version>2.10.5</joda.time.version>
<jruby-launcher.version>1.1.6</jruby-launcher.version>
<jruby.basedir>${project.basedir}</jruby.basedir>
Expand Down

0 comments on commit 6670a40

Please sign in to comment.