Skip to content
This repository was archived by the owner on Mar 14, 2024. It is now read-only.

Commit 64f2c57

Browse files
committed
Merge branch 'release/1.3.2'
2 parents f984092 + 59fcdfb commit 64f2c57

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.cryptomator</groupId>
55
<artifactId>dokany-nio-adapter</artifactId>
6-
<version>1.3.1</version>
6+
<version>1.3.2</version>
77
<description>Access resources at a given NIO path via Dokany.</description>
88
<name>Dokany-NIO Adapter</name>
99
<url>https://github.com/cryptomator/dokany-nio-adapter</url>
@@ -18,16 +18,16 @@
1818
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1919
<maven.compiler.release>11</maven.compiler.release>
2020

21-
<slf4j.version>1.7.27</slf4j.version>
22-
<logback.version>1.2.3</logback.version>
23-
<guava.version>30.0-jre</guava.version>
24-
<jna.version>5.7.0</jna.version>
25-
<jna-platform.version>5.7.0</jna-platform.version>
21+
<slf4j.version>1.7.32</slf4j.version>
22+
<logback.version>1.2.5</logback.version>
23+
<guava.version>30.1.1-jre</guava.version>
24+
<jna.version>5.9.0</jna.version>
25+
<jna-platform.version>5.9.0</jna-platform.version>
2626
<commons.cli.version>1.4</commons.cli.version>
2727

2828
<!-- Test -->
29-
<junit.jupiter.version>5.7.0</junit.jupiter.version>
30-
<mockito.version>2.24.0</mockito.version>
29+
<junit.jupiter.version>5.7.2</junit.jupiter.version>
30+
<mockito.version>3.12.4</mockito.version>
3131
</properties>
3232

3333
<licenses>

src/main/java/com/dokany/java/DokanyMount.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
public final class DokanyMount implements Mount {
2323

2424
private static final Logger LOG = LoggerFactory.getLogger(DokanyMount.class);
25-
private static final int MOUNT_TIMEOUT_MILLIS = Integer.getInteger("org.cryptomator.frontend.dokany.mountTimeOut",10000);
25+
private static final int MOUNT_TIMEOUT_MILLIS = Integer.getInteger("org.cryptomator.frontend.dokany.mountTimeOut",22500);
2626
private static final AtomicInteger MOUNT_COUNTER = new AtomicInteger(1);
2727

2828
private final DeviceOptions deviceOptions;

0 commit comments

Comments
 (0)