You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Files-in-Use: Optional feature to indicate for external parties if an encrypted file is currently opened by this filesystem ([#312](https://github.com/cryptomator/cryptofs/pull/312), [#338](https://github.com/cryptomator/cryptofs/pull/338))
@@ -20,6 +20,9 @@ Changes to prior versions can be found on the [GitHub release page](https://gith
20
20
* Updated dependencies:
21
21
*`com.github.ben-manes.caffeine:caffeine` from 3.2.0 to 3.2.3 ([#323](https://github.com/cryptomator/cryptofs/pull/323))
22
22
*`org.cryptomator:cryptolib` from 2.2.1 to 2.2.2
23
+
*`com.auth0:java-jwt` from 4.5.0 to 4.5.1
24
+
* Removed dependencies:
25
+
*`com.google.guava:guava`
23
26
24
27
### Fixed
25
28
* Replacing internal path class `CryptoPath` with strings in `FilesystemEvent`s ([#319](https://github.com/cryptomator/cryptofs/pull/319))
0 commit comments