Merge branch 'hotfix/1.15.3'

This commit is contained in:
Armin Schrenk
2025-04-09 13:59:50 +02:00
2 changed files with 5 additions and 13 deletions

View File

@@ -77,6 +77,9 @@
</content_rating>
<releases>
<release date="2025-04-09" version="1.15.3">
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.15.3</url>
</release>
<release date="2025-04-04" version="1.15.2">
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.15.2</url>
</release>

15
pom.xml
View File

@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.cryptomator</groupId>
<artifactId>cryptomator</artifactId>
<version>1.15.2</version>
<version>1.15.3</version>
<name>Cryptomator Desktop App</name>
<organization>
@@ -38,7 +38,7 @@
<cryptomator.integrations.win.version>1.3.0</cryptomator.integrations.win.version>
<cryptomator.integrations.mac.version>1.2.4</cryptomator.integrations.mac.version>
<cryptomator.integrations.linux.version>1.5.2</cryptomator.integrations.linux.version>
<cryptomator.fuse.version>5.0.2</cryptomator.fuse.version>
<cryptomator.fuse.version>5.0.5</cryptomator.fuse.version>
<cryptomator.webdav.version>2.0.10</cryptomator.webdav.version>
<!-- 3rd party dependencies -->
@@ -75,17 +75,6 @@
<surefire.jacoco.args></surefire.jacoco.args>
</properties>
<dependencyManagement>
<dependencies>
<!-- TODO: remove once fuse-nio-adapter is updated -->
<dependency>
<groupId>org.cryptomator</groupId>
<artifactId>jfuse</artifactId>
<version>0.7.2</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<!-- Cryptomator Libs -->
<dependency>