We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 037a6dc + 332dee4 commit 8e5b1dfCopy full SHA for 8e5b1df
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>org.cryptomator</groupId>
5
<artifactId>webdav-nio-adapter</artifactId>
6
- <version>1.2.7</version>
+ <version>1.2.8</version>
7
<name>WebDAV-NIO Adapter</name>
8
<description>Embedded Jetty serving a WebDAV servlet to access resources at a given NIO path.</description>
9
<url>https://github.com/cryptomator/webdav-nio-adapter</url>
@@ -20,7 +20,7 @@
20
<!-- dependencies -->
21
<webdavservlet.version>1.2.1</webdavservlet.version>
22
<dagger.version>2.41</dagger.version>
23
- <jetty.version>10.0.8</jetty.version>
+ <jetty.version>10.0.10</jetty.version>
24
<guava.version>31.1-jre</guava.version>
25
<slf4j.version>1.7.36</slf4j.version>
26
0 commit comments