Skip to content

Commit 49dcb15

Browse files
authored
Bump com.fasterxml.jackson.core:jackson-databind to 2.13.4.2 (#162)
Resolves https://www.cve.org/CVERecord?id=CVE-2022-42003
1 parent d9814a0 commit 49dcb15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ repositories {
7373
}
7474

7575
dependencies {
76-
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version:'2.13.2.2'
76+
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version:'2.13.4.2'
7777
implementation group: 'com.google.guava', name: 'guava', version:'30.0-jre'
7878
testImplementation group: 'junit', name: 'junit', version:'4.13.1'
7979
testImplementation group: 'org.mockito', name: 'mockito-core', version:'1.10.19'
@@ -86,4 +86,4 @@ task exportVersion() {
8686
doLast {
8787
new File(rootDir, "version.txt").text = "$version"
8888
}
89-
}
89+
}

0 commit comments

Comments
 (0)