File tree 1 file changed +2
-8
lines changed
1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 2
2
<modelVersion >4.0.0</modelVersion >
3
3
<groupId >org.cryptomator</groupId >
4
4
<artifactId >cryptofs</artifactId >
5
- <version >2.4.4 </version >
5
+ <version >2.4.5 </version >
6
6
<name >Cryptomator Crypto Filesystem</name >
7
7
<description >This library provides the Java filesystem provider used by Cryptomator.</description >
8
8
<url >https://github.com/cryptomator/cryptofs</url >
19
19
20
20
<!-- dependencies -->
21
21
<cryptolib .version>2.1.0-rc1</cryptolib .version>
22
- <jwt .version>4.0.0 </jwt .version>
22
+ <jwt .version>4.2.1 </jwt .version>
23
23
<dagger .version>2.44</dagger .version>
24
24
<guava .version>31.1-jre</guava .version>
25
25
<slf4j .version>2.0.3</slf4j .version>
71
71
<artifactId >java-jwt</artifactId >
72
72
<version >${jwt.version} </version >
73
73
</dependency >
74
- <dependency >
75
- <!-- fix for CVE-2022-42003, CVE-2022-42004 in java-jwt - can be removed when we update java-jwt: -->
76
- <groupId >com.fasterxml.jackson.core</groupId >
77
- <artifactId >jackson-databind</artifactId >
78
- <version >2.14.0-rc1</version >
79
- </dependency >
80
74
<dependency >
81
75
<groupId >com.google.dagger</groupId >
82
76
<artifactId >dagger</artifactId >
You can’t perform that action at this time.
0 commit comments