File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ Changes to prior versions can be found on the [Github release page](https://gith
11
11
12
12
### Changed
13
13
* ** [ BREAKING] ** Update build target to JDK 21
14
+ * Updated ` org.cryptomator:webdav-nio-adapter-servlet ` from 1.2.8 to 1.2.10
15
+ * Updated ` org.cryptomator:integrations-api ` from 1.5.1 to 1.6.0
16
+ * Updated ` org.eclipse.jetty:jetty-server ` from 10.0.25 to 10.0.26
17
+ * Updated ` org.eclipse.jetty:jetty-servlet ` from 10.0.25 to 10.0.26
14
18
15
19
16
20
## [ 2.0.10] - 2025-04-04
Original file line number Diff line number Diff line change 19
19
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
20
20
21
21
<!-- dependencies -->
22
- <integrations-api .version>1.5.1 </integrations-api .version>
23
- <webdavservlet .version>1.2.8 </webdavservlet .version>
24
- <jetty .version>10.0.25 </jetty .version>
22
+ <integrations-api .version>1.6.0 </integrations-api .version>
23
+ <webdavservlet .version>1.2.10 </webdavservlet .version>
24
+ <jetty .version>10.0.26 </jetty .version>
25
25
<slf4j .version>2.0.17</slf4j .version>
26
26
27
27
<!-- test dependencies -->
89
89
<dependency >
90
90
<groupId >org.jetbrains</groupId >
91
91
<artifactId >annotations</artifactId >
92
- <version >26.0.2</version >
92
+ <version >26.0.2-1 </version >
93
93
<scope >provided</scope >
94
94
</dependency >
95
95
You can’t perform that action at this time.
0 commit comments