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 @@ -9,4 +9,7 @@ Changes to prior versions can be found on the [Github release page](https://gith
9
9
10
10
## [ Unreleased]
11
11
12
- No changes yet.
12
+ * Update ` com.fasterxml.jackson.core:jackson-databind ` from 2.19.0 to 2.20.0
13
+ * Update ` com.fasterxml.jackson.core:jackson-annotations ` from 2.19.0 to 2.20
14
+ * Update ` org.cryptomator:integrations-api ` from 1.6.0 to 1.7.0
15
+
Original file line number Diff line number Diff line change 37
37
<project .jdk.version>24</project .jdk.version>
38
38
39
39
<!-- runtime dependencies -->
40
- <api .version>1.6 .0</api .version>
40
+ <api .version>1.7 .0</api .version>
41
41
<slf4j .version>2.0.17</slf4j .version>
42
- <jackson .version>2.19.0</jackson .version>
42
+ <jackson .version>2.20.0</jackson .version>
43
+ <jackson-annotations .version>2.20</jackson-annotations .version>
43
44
44
45
<!-- test dependencies -->
45
46
<junit .jupiter.version>5.13.4</junit .jupiter.version>
95
96
<dependency >
96
97
<groupId >com.fasterxml.jackson.core</groupId >
97
98
<artifactId >jackson-annotations</artifactId >
98
- <version >${jackson.version} </version >
99
+ <version >${jackson-annotations .version} </version >
99
100
</dependency >
100
101
101
102
<!-- JUnit / Mockito / Hamcrest -->
You can’t perform that action at this time.
0 commit comments