Skip to content

Commit dd22f32

Browse files
author
Evan Sims
authored
Security: Bump jackson-databind to 2.13.2.2 (#566)
* Security: Bump `jackson-databind` to 2.13.2.1 This PR bumps the `jackson-databind` dependency to 2.13.2.1 to address [CVE-2020-36518](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36518) in that library * Bump to 2.13.2.2
1 parent e62dd3a commit dd22f32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ javadoc {
4747
}
4848

4949
dependencies {
50-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.2'
50+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.2.2'
5151
testImplementation 'org.bouncycastle:bcprov-jdk15on:1.60'
5252
testImplementation 'junit:junit:4.12'
5353
testImplementation 'net.jodah:concurrentunit:0.4.3'

0 commit comments

Comments
 (0)