-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CCD-5160 : Fix CVE-2023-35116 : bumped jackson.version to 2.16.0 (#1452)
* CCD-5160 : Fix CVE-2023-35116 : bumped jackson.version to 2.16.0 * update jackson in commons * Fix suppressions --------- Co-authored-by: ankita-srivastava009 <[email protected]>
- Loading branch information
1 parent
f707e9e
commit 6e08ef0
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ bootJar { | |
} | ||
|
||
def versions = [ | ||
jackson : '2.14.1' | ||
jackson : '2.16.0' | ||
] | ||
|
||
dependencies { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters