From 3d92ad5f7e8dbcd7bddd3c92b206c1f049d074a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 15:48:43 +0000 Subject: [PATCH 1/2] Bump jackson.version from 2.19.1 to 2.20 Bumps `jackson.version` from 2.19.1 to 2.20. Updates `com.fasterxml.jackson:jackson-bom` from 2.19.1 to 2.20 Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.19.1 to 2.20 - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson:jackson-bom dependency-version: '2.20' dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.fasterxml.jackson.core:jackson-annotations dependency-version: '2.20' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index df34658898..3c32d1fc78 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ 2.20.0 0.5.0 33.4.8-jre - 2.19.1 + 2.20.0 2.1.3 5.5.0 0.9.6 From 57c7cd73ae43d21e815507debf8d5aa44376f263 Mon Sep 17 00:00:00 2001 From: Aaron Coburn Date: Thu, 4 Sep 2025 10:49:15 -0500 Subject: [PATCH 2/2] Use jackson bom --- integration/base/pom.xml | 13 ++++++++++++- performance/base/pom.xml | 13 ++++++++++++- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/integration/base/pom.xml b/integration/base/pom.xml index 3542076e60..423f98f63b 100644 --- a/integration/base/pom.xml +++ b/integration/base/pom.xml @@ -16,6 +16,18 @@ 2.1.1 + + + + com.fasterxml.jackson + jackson-bom + ${jackson.version} + pom + import + + + + com.inrupt.client @@ -75,7 +87,6 @@ com.fasterxml.jackson.core jackson-annotations - ${jackson.version} io.smallrye.config diff --git a/performance/base/pom.xml b/performance/base/pom.xml index d381845984..018f068a5c 100644 --- a/performance/base/pom.xml +++ b/performance/base/pom.xml @@ -16,6 +16,18 @@ 2.1.1 + + + + com.fasterxml.jackson + jackson-bom + ${jackson.version} + pom + import + + + + com.inrupt.client @@ -75,7 +87,6 @@ com.fasterxml.jackson.core jackson-annotations - ${jackson.version} io.smallrye.config