Skip to content

Commit e580233

Browse files
committed
update dependencies and cleanup pom
1 parent bd54107 commit e580233

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

pom.xml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,13 @@
1717
<!-- Group IDs of jars that need to stay on the class path for now
1818
remove them, as soon they got modularized or support is dropped (i.e., WebDAV) -->
1919
<nonModularGroupIds>org.ow2.asm,org.apache.jackrabbit,org.apache.httpcomponents</nonModularGroupIds>
20-
21-
22-
<!-- native image options -->
2320
<mainClass>org.cryptomator.cli.CryptomatorCli</mainClass>
24-
<native.optimization>-Ob</native.optimization> <!-- default: no optimization/dev build-->
2521

2622
<!-- runtime dependencies -->
27-
<cryptofs.version>2.7.0-beta1</cryptofs.version>
28-
<webdav-nio.version>2.0.6</webdav-nio.version>
29-
<fuse-nio.version>5.0.0</fuse-nio.version>
30-
<logback.version>1.5.6</logback.version>
23+
<cryptofs.version>2.7.0</cryptofs.version>
24+
<webdav-nio.version>2.0.7</webdav-nio.version>
25+
<fuse-nio.version>5.0.2</fuse-nio.version>
26+
<logback.version>1.5.12</logback.version>
3127
<slf4j.version>2.0.16</slf4j.version>
3228

3329
<!-- build dependencies -->

0 commit comments

Comments
 (0)