File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 22 <modelVersion >4.0.0</modelVersion >
33 <groupId >org.cryptomator</groupId >
44 <artifactId >cryptofs</artifactId >
5- <version >2.4.4 </version >
5+ <version >2.4.5 </version >
66 <name >Cryptomator Crypto Filesystem</name >
77 <description >This library provides the Java filesystem provider used by Cryptomator.</description >
88 <url >https://github.com/cryptomator/cryptofs</url >
1919
2020 <!-- dependencies -->
2121 <cryptolib .version>2.1.0-rc1</cryptolib .version>
22- <jwt .version>4.0.0 </jwt .version>
22+ <jwt .version>4.2.1 </jwt .version>
2323 <dagger .version>2.44</dagger .version>
2424 <guava .version>31.1-jre</guava .version>
2525 <slf4j .version>2.0.3</slf4j .version>
7171 <artifactId >java-jwt</artifactId >
7272 <version >${jwt.version} </version >
7373 </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 >
8074 <dependency >
8175 <groupId >com.google.dagger</groupId >
8276 <artifactId >dagger</artifactId >
You can’t perform that action at this time.
0 commit comments