Skip to content

Commit b34eefd

Browse files
Merge branch 'hotfix/2.4.5'
2 parents f2477f7 + e8c5de1 commit b34eefd

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

pom.xml

+2-8
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>
@@ -19,7 +19,7 @@
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>
@@ -71,12 +71,6 @@
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>

0 commit comments

Comments
 (0)