|
@@ -30,31 +30,31 @@
|
|
<!-- cryptomator dependencies -->
|
|
<!-- cryptomator dependencies -->
|
|
<cryptomator.cryptolib.version>2.1.1</cryptomator.cryptolib.version>
|
|
<cryptomator.cryptolib.version>2.1.1</cryptomator.cryptolib.version>
|
|
<cryptomator.cryptofs.version>2.6.1</cryptomator.cryptofs.version>
|
|
<cryptomator.cryptofs.version>2.6.1</cryptomator.cryptofs.version>
|
|
- <cryptomator.integrations.version>1.2.0-beta4</cryptomator.integrations.version>
|
|
|
|
- <cryptomator.integrations.win.version>1.2.0-beta3</cryptomator.integrations.win.version>
|
|
|
|
- <cryptomator.integrations.mac.version>1.2.0-beta2</cryptomator.integrations.mac.version>
|
|
|
|
- <cryptomator.integrations.linux.version>1.2.0-beta2</cryptomator.integrations.linux.version>
|
|
|
|
- <cryptomator.fuse.version>2.0.0-beta5</cryptomator.fuse.version>
|
|
|
|
- <cryptomator.dokany.version>2.0.0-beta2</cryptomator.dokany.version>
|
|
|
|
- <cryptomator.webdav.version>2.0.0-beta5</cryptomator.webdav.version>
|
|
|
|
|
|
+ <cryptomator.integrations.version>1.2.0</cryptomator.integrations.version>
|
|
|
|
+ <cryptomator.integrations.win.version>1.2.0</cryptomator.integrations.win.version>
|
|
|
|
+ <cryptomator.integrations.mac.version>1.2.0</cryptomator.integrations.mac.version>
|
|
|
|
+ <cryptomator.integrations.linux.version>1.2.0</cryptomator.integrations.linux.version>
|
|
|
|
+ <cryptomator.fuse.version>2.0.0</cryptomator.fuse.version>
|
|
|
|
+ <cryptomator.dokany.version>2.0.0</cryptomator.dokany.version>
|
|
|
|
+ <cryptomator.webdav.version>2.0.0</cryptomator.webdav.version>
|
|
|
|
|
|
<!-- 3rd party dependencies -->
|
|
<!-- 3rd party dependencies -->
|
|
<commons-lang3.version>3.12.0</commons-lang3.version>
|
|
<commons-lang3.version>3.12.0</commons-lang3.version>
|
|
- <dagger.version>2.44</dagger.version>
|
|
|
|
|
|
+ <dagger.version>2.45</dagger.version>
|
|
<easybind.version>2.2</easybind.version>
|
|
<easybind.version>2.2</easybind.version>
|
|
<guava.version>31.1-jre</guava.version>
|
|
<guava.version>31.1-jre</guava.version>
|
|
- <gson.version>2.9.1</gson.version>
|
|
|
|
- <javafx.version>19</javafx.version>
|
|
|
|
- <jwt.version>4.2.1</jwt.version>
|
|
|
|
- <nimbus-jose.version>9.25.4</nimbus-jose.version>
|
|
|
|
- <logback.version>1.4.4</logback.version>
|
|
|
|
- <slf4j.version>2.0.3</slf4j.version>
|
|
|
|
|
|
+ <gson.version>2.10.1</gson.version>
|
|
|
|
+ <javafx.version>19.0.2.1</javafx.version>
|
|
|
|
+ <jwt.version>4.3.0</jwt.version>
|
|
|
|
+ <nimbus-jose.version>9.31</nimbus-jose.version>
|
|
|
|
+ <logback.version>1.4.5</logback.version>
|
|
|
|
+ <slf4j.version>2.0.6</slf4j.version>
|
|
<tinyoauth2.version>0.5.1</tinyoauth2.version>
|
|
<tinyoauth2.version>0.5.1</tinyoauth2.version>
|
|
<zxcvbn.version>1.7.0</zxcvbn.version>
|
|
<zxcvbn.version>1.7.0</zxcvbn.version>
|
|
|
|
|
|
<!-- test dependencies -->
|
|
<!-- test dependencies -->
|
|
- <junit.jupiter.version>5.9.1</junit.jupiter.version>
|
|
|
|
- <mockito.version>4.8.0</mockito.version>
|
|
|
|
|
|
+ <junit.jupiter.version>5.9.2</junit.jupiter.version>
|
|
|
|
+ <mockito.version>5.1.1</mockito.version>
|
|
<hamcrest.version>2.2</hamcrest.version>
|
|
<hamcrest.version>2.2</hamcrest.version>
|
|
|
|
|
|
<!-- build-time dependencies -->
|
|
<!-- build-time dependencies -->
|
|
@@ -66,7 +66,7 @@
|
|
<dependencies>
|
|
<dependencies>
|
|
<!-- Cryptomator Libs -->
|
|
<!-- Cryptomator Libs -->
|
|
<dependency>
|
|
<dependency>
|
|
- <!-- needed due to https://github.com/cryptomator/cryptolib/issues/34-->
|
|
|
|
|
|
+ <!-- needed due to https://github.com/cryptomator/cryptolib/issues/34 -->
|
|
<groupId>org.cryptomator</groupId>
|
|
<groupId>org.cryptomator</groupId>
|
|
<artifactId>cryptolib</artifactId>
|
|
<artifactId>cryptolib</artifactId>
|
|
<version>${cryptomator.cryptolib.version}</version>
|
|
<version>${cryptomator.cryptolib.version}</version>
|