Skip to content

Commit

Permalink
Backport: Bump com.fasterxml.jackson:jackson-bom from 2.17.0 to 2.17.1 (
Browse files Browse the repository at this point in the history
#19256) (#19629)

* Bump com.fasterxml.jackson:jackson-bom from 2.17.0 to 2.17.1 (#19256)

Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.17.0 to 2.17.1.
- [Commits](FasterXML/jackson-bom@jackson-bom-2.17.0...jackson-bom-2.17.1)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson:jackson-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 0145aec)

* add changelog

---------

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
thll and dependabot[bot] authored Jun 13, 2024
1 parent eee8b8b commit a20c863
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog/unreleased/pr-19629.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
type = "fixed"
message = "Update \"Jackson\" to version 2.17.1 to prevent potential memory issues."

pulls = ["19629"]
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
<hamcrest.version>2.2</hamcrest.version>
<hibernate-validator.version>8.0.1.Final</hibernate-validator.version>
<hk2.version>3.1.0</hk2.version> <!-- The HK2 version should match the version being used by Jersey -->
<jackson.version>2.17.0</jackson.version>
<jackson.version>2.17.1</jackson.version>
<jadconfig.version>0.14.0</jadconfig.version>
<java-semver.version>0.9.0</java-semver.version>
<javax.annotation-api.version>1.3.2</javax.annotation-api.version>
Expand Down

0 comments on commit a20c863

Please sign in to comment.