Skip to content

Commit ac58e28

Browse files
Bump the java-production-dependencies group across 1 directory with 5 updates (#121)
1 parent 1476333 commit ac58e28

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ Changes to prior versions can be found on the [Github release page](https://gith
1111

1212
### Changed
1313
* **[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
1418

1519

1620
## [2.0.10] - 2025-04-04

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2020

2121
<!-- 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>
2525
<slf4j.version>2.0.17</slf4j.version>
2626

2727
<!-- test dependencies -->
@@ -89,7 +89,7 @@
8989
<dependency>
9090
<groupId>org.jetbrains</groupId>
9191
<artifactId>annotations</artifactId>
92-
<version>26.0.2</version>
92+
<version>26.0.2-1</version>
9393
<scope>provided</scope>
9494
</dependency>
9595

0 commit comments

Comments
 (0)