From dfe7f5421a254d56205c7809636153e472026715 Mon Sep 17 00:00:00 2001 From: YassinHajaj Date: Tue, 17 Dec 2024 13:04:35 +0100 Subject: [PATCH] Bump jbake Fixes the following issue with Apple Silicon chips [...] Unable to execute or load jffi binary stub from [...] [...] (fat file, but missing compatible architecture (have 'i386,x86_64', need 'arm64e' or 'arm64')) [...] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0c44ece..03f891e 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ 2022 - 2.7.0-rc.6 + 2.7.0-rc.7