From b86d8ca7902a9dda860034c5b1be17c6b29035e1 Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Tue, 17 Feb 2026 15:30:20 +0100 Subject: [PATCH] [skip ci] update changelog --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b6e1ea74..336bff03c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,3 +24,18 @@ Changes to prior versions can be found on the [Github release page](https://gith * Built using JDK 25 ([#4031](https://github.com/cryptomator/cryptomator/issues/4031)) * Modernized Template for GitHub Releases * Disable user defined app start config on Windows ([#4132](https://github.com/cryptomator/cryptomator/issues/4132)) +* Updated dependencies + * `org.cryptomator:cryptolib` from 2.2.1 to 2.2.2 + * `org.cryptomator:cryptofs` from 2.9.0 to 2.10.0-beta3 + * `org.cryptomator:integrations-api` from 1.7.0 to 1.8.0-beta1 + * `org.cryptomator:integrations-linux` from 1.6.1 to 1.7.0-beta4 + * `org.cryptomator:integrations-mac` from 1.4.1 to 1.5.0-beta3 + * `org.cryptomator:fuse-nio-adapter` from 5.1.0 to 6.0.0 + * `ch.qos.logback:*` from 1.5.19 to 1.5.31 + * `org.apache.commons:commons-lang3` from 3.19.0 to 3.20.0 + * `com.fasterxml.jackson.core:jackson-databind` from 2.20.0 to 2.21.0 + * `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.20.0 to 2.21.0 + * `com.google.dagger:*` from 2.57.2 to 2.59.1 + * `com.github.ben-manes.caffeine:caffeine` from 3.2.2 to 3.2.3 + +