Skip to content

Commit

Permalink
Upgrade jackson-databind to 2.13.4.2 (#6336)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucassaldanha committed Oct 22, 2022
1 parent 059e065 commit 182f560
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ For information on changes in released versions of Teku, see the [releases page]

### Additions and Improvements
- Enabled new framework for REST API with better performance and less memory usage. The new framework does not cause any breaking changes, however if needed the old version can be restored with `--Xrest-api-migrated-enabled=false`
- Updated jackson-databind library to version 2.13.4.2 addressing [CVE-2022-42003](https://nvd.nist.gov/vuln/detail/CVE-2022-42003)

### Bug Fixes
- Fix issue where /readiness endpoint returned 200 when Execution Client was not available.
2 changes: 1 addition & 1 deletion gradle/versions.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencyManagement {
dependencies {
dependency 'com.fasterxml.jackson.core:jackson-databind:2.13.4'
dependency 'com.fasterxml.jackson.core:jackson-databind:2.13.4.2'
dependency 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.4'
dependency 'com.fasterxml.jackson.dataformat:jackson-dataformat-toml:2.13.4'
dependency 'com.fasterxml.jackson.module:jackson-module-kotlin:2.13.4'
Expand Down

0 comments on commit 182f560

Please sign in to comment.