From 5dd94b6c0e9154f2586e77fb629f05e403f9a72b Mon Sep 17 00:00:00 2001 From: Charles Oliver Nutter Date: Wed, 14 Feb 2024 12:58:37 -0600 Subject: [PATCH] Update JNR dependencies * jffi 1.3.13 * jnr-ffi 2.2.16 * jnr-posix 3.1.19 * jnr-enxio 0.32.17 * jnr-unixsocket 0.38.22 --- core/pom.rb | 8 ++++---- core/pom.xml | 8 ++++---- pom.rb | 2 +- pom.xml | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/core/pom.rb b/core/pom.rb index ea8e0df1166..8adb746346b 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.14', :exclusions => ['com.github.jnr:jnr-ffi'] - jar 'com.github.jnr:jnr-unixsocket:0.38.19', :exclusions => ['com.github.jnr:jnr-ffi'] - jar 'com.github.jnr:jnr-posix:3.1.16', :exclusions => ['com.github.jnr:jnr-ffi'] + jar 'com.github.jnr:jnr-enxio:0.32.17', :exclusions => ['com.github.jnr:jnr-ffi'] + jar 'com.github.jnr:jnr-unixsocket:0.38.22', :exclusions => ['com.github.jnr:jnr-ffi'] + jar 'com.github.jnr:jnr-posix:3.1.19', :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.13' + jar 'com.github.jnr:jnr-ffi:2.2.16' 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 bcf8994dd0a..b718f7031b0 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -90,7 +90,7 @@ DO NOT MODIFY - GENERATED CODE com.github.jnr jnr-enxio - 0.32.14 + 0.32.17 com.github.jnr @@ -101,7 +101,7 @@ DO NOT MODIFY - GENERATED CODE com.github.jnr jnr-unixsocket - 0.38.19 + 0.38.22 com.github.jnr @@ -112,7 +112,7 @@ DO NOT MODIFY - GENERATED CODE com.github.jnr jnr-posix - 3.1.16 + 3.1.19 com.github.jnr @@ -134,7 +134,7 @@ DO NOT MODIFY - GENERATED CODE com.github.jnr jnr-ffi - 2.2.13 + 2.2.16 com.github.jnr diff --git a/pom.rb b/pom.rb index 048d163e5c1..33d705a4649 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.10', + 'jffi.version' => '1.3.13', 'joda.time.version' => '2.12.5' ) plugin_management do diff --git a/pom.xml b/pom.xml index a64c0922784..9c79b5fed73 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.10 + 1.3.13 2.12.5 1.1.6 ${project.basedir}