From d76b855e2022f023afb02a8c72caa5ac25d9e268 Mon Sep 17 00:00:00 2001 From: nycex Date: Sat, 5 Apr 2025 14:00:04 +0200 Subject: [PATCH 1/2] fix for libfuse 3.17.1 --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 8f25c98..5f21a3c 100644 --- a/pom.xml +++ b/pom.xml @@ -78,6 +78,12 @@ fuse-nio-adapter ${fuse-nio.version} + + + org.cryptomator + jfuse + 0.7.2 + info.picocli From 96485f7bb597f36a4927801fdc5babfe416f7851 Mon Sep 17 00:00:00 2001 From: nycex Date: Thu, 10 Apr 2025 00:44:35 +0200 Subject: [PATCH 2/2] switch to fuse-nio 5.0.5 --- pom.xml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 5f21a3c..bd3b867 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ 2.7.1 2.0.7 - 5.0.2 + 5.0.5 1.5.13 2.0.16 @@ -78,12 +78,6 @@ fuse-nio-adapter ${fuse-nio.version} - - - org.cryptomator - jfuse - 0.7.2 - info.picocli