diff --git a/core/pom.rb b/core/pom.rb index 38782a53d65..ccdd4ae2a25 100644 --- a/core/pom.rb +++ b/core/pom.rb @@ -43,11 +43,11 @@ # exclude jnr-ffi to avoid problems with shading and relocation of the asm packages jar 'com.github.jnr:jnr-netdb:1.2.0', :exclusions => ['com.github.jnr:jnr-ffi'] - jar 'com.github.jnr:jnr-enxio:0.32.15', :exclusions => ['com.github.jnr:jnr-ffi'] - jar 'com.github.jnr:jnr-unixsocket:0.38.20', :exclusions => ['com.github.jnr:jnr-ffi'] - jar 'com.github.jnr:jnr-posix:3.1.17', :exclusions => ['com.github.jnr:jnr-ffi'] + jar 'com.github.jnr:jnr-enxio:0.32.16', :exclusions => ['com.github.jnr:jnr-ffi'] + jar 'com.github.jnr:jnr-unixsocket:0.38.21', :exclusions => ['com.github.jnr:jnr-ffi'] + jar 'com.github.jnr:jnr-posix:3.1.18', :exclusions => ['com.github.jnr:jnr-ffi'] jar 'com.github.jnr:jnr-constants:0.10.4', :exclusions => ['com.github.jnr:jnr-ffi'] - jar 'com.github.jnr:jnr-ffi:2.2.14' + jar 'com.github.jnr:jnr-ffi:2.2.15' jar 'com.github.jnr:jffi:${jffi.version}' jar 'com.github.jnr:jffi:${jffi.version}:native' diff --git a/core/pom.xml b/core/pom.xml index 1f8f90c2a44..549df0c4b92 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -89,7 +89,7 @@ DO NOT MODIFY - GENERATED CODE com.github.jnr jnr-enxio - 0.32.15 + 0.32.16 com.github.jnr @@ -100,7 +100,7 @@ DO NOT MODIFY - GENERATED CODE com.github.jnr jnr-unixsocket - 0.38.20 + 0.38.21 com.github.jnr @@ -111,7 +111,7 @@ DO NOT MODIFY - GENERATED CODE com.github.jnr jnr-posix - 3.1.17 + 3.1.18 com.github.jnr @@ -133,7 +133,7 @@ DO NOT MODIFY - GENERATED CODE com.github.jnr jnr-ffi - 2.2.14 + 2.2.15 com.github.jnr diff --git a/pom.rb b/pom.rb index a96b3998a00..f9145e20a55 100644 --- a/pom.rb +++ b/pom.rb @@ -72,7 +72,7 @@ 'ant.version' => '1.9.8', 'asm.version' => '9.2', 'jar-dependencies.version' => '0.4.1', - 'jffi.version' => '1.3.11', + 'jffi.version' => '1.3.12', 'joda.time.version' => '2.12.5' ) plugin_management do diff --git a/pom.xml b/pom.xml index d8604d0aced..bf9a378ae61 100644 --- a/pom.xml +++ b/pom.xml @@ -114,7 +114,7 @@ DO NOT MODIFY - GENERATED CODE j2ee*/pom.xml osgi*/pom.xml 0.4.1 - 1.3.11 + 1.3.12 2.12.5 1.1.6 ${project.basedir}