From ab5d4abec48c2e619f20aec9ad88b96612805d4f Mon Sep 17 00:00:00 2001 From: Paul Royal Date: Tue, 4 Mar 2025 09:26:56 -0500 Subject: [PATCH 1/2] Bump jnr-posix to the final 3.0.x version to make launcher.jar compatible with aarch64 platforms. --- launcher/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher/pom.xml b/launcher/pom.xml index 4d4033fc7..900f0ab9a 100644 --- a/launcher/pom.xml +++ b/launcher/pom.xml @@ -186,7 +186,7 @@ com.github.jnr jnr-posix - 3.0.17 + 3.0.61 From f9b9c8baba2eaed3752e5e08fb7b9416e956fbc3 Mon Sep 17 00:00:00 2001 From: Paul Royal Date: Wed, 5 Mar 2025 10:27:00 -0500 Subject: [PATCH 2/2] Reflect jnr-posix update in CHANGES file. --- CHANGES | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES b/CHANGES index d13e34ece..dd353029e 100644 --- a/CHANGES +++ b/CHANGES @@ -8,6 +8,7 @@ Platform 3.29 - error_prone_annotations to 2.36.0 (was 2.25.0) - error_prone_core to 2.36.0 (was 2.3.4) - plexus-compiler-javac-errorprone to 2.15.0 (was 2.8.6) + - jnr-posix to 3.0.61 (was 3.0.17) * Maven plugin upgrades