|
@@ -26,7 +26,7 @@
|
|
|
|
|
|
<properties>
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
- <project.jdk.version>19</project.jdk.version>
|
|
|
+ <project.jdk.version>20</project.jdk.version>
|
|
|
|
|
|
<!-- Group IDs of jars that need to stay on the class path for now -->
|
|
|
<!-- Once hypfvieh, swiesend, purejava and integrations-linux have module-info, remove them-->
|
|
@@ -38,7 +38,7 @@
|
|
|
<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.5</cryptomator.fuse.version>
|
|
|
+ <cryptomator.fuse.version>3.0.0</cryptomator.fuse.version>
|
|
|
<cryptomator.dokany.version>2.0.0</cryptomator.dokany.version>
|
|
|
<cryptomator.webdav.version>2.0.2</cryptomator.webdav.version>
|
|
|
|
|
@@ -64,7 +64,7 @@
|
|
|
<!-- build-time dependencies -->
|
|
|
<jetbrains.annotations.version>23.0.0</jetbrains.annotations.version>
|
|
|
<dependency-check.version>8.1.0</dependency-check.version>
|
|
|
- <jacoco.version>0.8.8</jacoco.version>
|
|
|
+ <jacoco.version>0.8.9</jacoco.version>
|
|
|
</properties>
|
|
|
|
|
|
<dependencies>
|
|
@@ -332,6 +332,9 @@
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
+ <configuration>
|
|
|
+ <argLine>--enable-preview</argLine>
|
|
|
+ </configuration>
|
|
|
</plugin>
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|