Skip to content

Commit 6385f04

Browse files
author
Evan Sims
authored
Bump com.fasterxml.jackson.core:jackson-databind to 2.13.4.2
Resolves https://www.cve.org/CVERecord?id=CVE-2022-42003
1 parent c518b54 commit 6385f04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ ext {
8181
dependencies {
8282
implementation "com.squareup.okhttp3:okhttp:${okhttpVersion}"
8383
implementation "com.squareup.okhttp3:logging-interceptor:${okhttpVersion}"
84-
implementation "com.fasterxml.jackson.core:jackson-databind:2.13.2.2"
84+
implementation "com.fasterxml.jackson.core:jackson-databind:2.13.4.2"
8585
implementation "com.auth0:java-jwt:3.19.1"
8686
implementation "net.jodah:failsafe:2.4.1"
8787

0 commit comments

Comments
 (0)