From 73d1164bae82dda0b3483c22682d729dd7d1ea7b Mon Sep 17 00:00:00 2001 From: Ryan McCuaig Date: Tue, 4 Aug 2020 22:42:01 +0000 Subject: [PATCH] Update jna dependency to restore native file watching on Macs Mac OS 11 (aka. "Big Sur") made some changes to the way that the Carbon library is located, causing JNA calls to fail. This has been fixed in JNA 5.6.0; see https://github.com/java-native-access/jna/pull/1216 Since Barbary is implemented on JNA, this is causing downstream projects that rely on file watching to crash on JVM start when used on Mac OS 11. Examples: - https://github.com/bhauman/figwheel-main/issues/253 - https://github.com/thheller/shadow-cljs/issues/767 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 8154fb5..d906587 100644 --- a/pom.xml +++ b/pom.xml @@ -62,7 +62,7 @@ net.java.dev.jna jna - 3.2.2 + 5.6.0 junit @@ -155,8 +155,8 @@ maven-compiler-plugin 3.1 - 1.6 - 1.6 + 1.7 + 1.7