From 25bfb53b3fbff1982545ef7754208eb26849b14a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 10:07:19 +0200 Subject: [PATCH 1/2] 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](https://github.com/FasterXML/jackson-bom/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit 0145aecf0b2497855fe038e76ce9475c8c85b6f4) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 577e3729b4c9..06bd90d55f41 100644 --- a/pom.xml +++ b/pom.xml @@ -129,7 +129,7 @@ 2.2 8.0.1.Final 3.1.0 - 2.17.0 + 2.17.1 0.14.0 0.9.0 1.3.2 From e0fdd75f5b2d0416cf5eaad9a29311ac7fa174c5 Mon Sep 17 00:00:00 2001 From: Othello Maurer Date: Thu, 13 Jun 2024 08:44:59 +0200 Subject: [PATCH 2/2] add changelog --- changelog/unreleased/pr-19629.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changelog/unreleased/pr-19629.toml diff --git a/changelog/unreleased/pr-19629.toml b/changelog/unreleased/pr-19629.toml new file mode 100644 index 000000000000..8a2f18a41885 --- /dev/null +++ b/changelog/unreleased/pr-19629.toml @@ -0,0 +1,4 @@ +type = "fixed" +message = "Update \"Jackson\" to version 2.17.1 to prevent potential memory issues." + +pulls = ["19629"]