Skip to content

Commit

Permalink
Updated Jackson data bind to version 2.13.4.2 for fixing CVE-2022-42004
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratim SC committed Nov 11, 2022
1 parent db5b46d commit 1d55c19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE-binary
Expand Up @@ -210,7 +210,7 @@ commons-cli-1.4
commons-lang3-3.12.0
jackson-annotations-2.13.4
jackson-core-2.13.4
jackson-databind-2.13.4
jackson-databind-2.13.4.2
jackson-dataformat-csv-2.13.4
jackson-dataformat-yaml-2.13.4
jackson-datatype-jdk8-2.13.4
Expand Down
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Expand Up @@ -67,7 +67,7 @@ versions += [
httpclient: "4.5.13",
easymock: "4.3",
jackson: "2.13.4",
jacksonDatabind: "2.13.4",
jacksonDatabind: "2.13.4.2",
jacoco: "0.8.7",
javassist: "3.27.0-GA",
jetty: "9.4.48.v20220622",
Expand Down

0 comments on commit 1d55c19

Please sign in to comment.