Skip to content

Commit

Permalink
Jackson 2.13.4.2 (#1925)
Browse files Browse the repository at this point in the history
Signed-off-by: David Venable <[email protected]>
  • Loading branch information
dlvenable authored Oct 18, 2022
1 parent a66da8e commit 941f808
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,12 @@ subprojects {
}
because 'the build fails if the Log4j API is not update along with log4j-core'
}
implementation('com.fasterxml.jackson.core:jackson-databind') {
version {
require '2.13.4.2'
}
because 'Fixes CVE-2022-42003. Keep this until Data Prepper uses 2.14.'
}
implementation('com.google.code.gson:gson') {
version {
require '2.8.9'
Expand Down

0 comments on commit 941f808

Please sign in to comment.