We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5455940 commit 2b02de3Copy full SHA for 2b02de3
pom.xml
@@ -71,6 +71,12 @@
71
<artifactId>java-jwt</artifactId>
72
<version>${jwt.version}</version>
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
<dependency>
81
<groupId>com.google.dagger</groupId>
82
<artifactId>dagger</artifactId>
0 commit comments