From b4ba5875d8d66305fc0d10123ddb5d4c29dc3dd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 07:56:48 +0000 Subject: [PATCH 1/2] build(deps): bump aws.xray.recorder.version from 2.18.2 to 2.18.3 Bumps `aws.xray.recorder.version` from 2.18.2 to 2.18.3. Updates `com.amazonaws:aws-xray-recorder-sdk-core` from 2.18.2 to 2.18.3 - [Release notes](https://github.com/aws/aws-xray-sdk-java/releases) - [Changelog](https://github.com/aws/aws-xray-sdk-java/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-xray-sdk-java/compare/v2.18.2...v2.18.3) Updates `com.amazonaws:aws-xray-recorder-sdk-aws-sdk-core` from 2.18.2 to 2.18.3 - [Release notes](https://github.com/aws/aws-xray-sdk-java/releases) - [Changelog](https://github.com/aws/aws-xray-sdk-java/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-xray-sdk-java/compare/v2.18.2...v2.18.3) Updates `com.amazonaws:aws-xray-recorder-sdk-aws-sdk-v2` from 2.18.2 to 2.18.3 - [Release notes](https://github.com/aws/aws-xray-sdk-java/releases) - [Changelog](https://github.com/aws/aws-xray-sdk-java/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-xray-sdk-java/compare/v2.18.2...v2.18.3) Updates `com.amazonaws:aws-xray-recorder-sdk-aws-sdk-v2-instrumentor` from 2.18.2 to 2.18.3 - [Release notes](https://github.com/aws/aws-xray-sdk-java/releases) - [Changelog](https://github.com/aws/aws-xray-sdk-java/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-xray-sdk-java/compare/v2.18.2...v2.18.3) --- updated-dependencies: - dependency-name: com.amazonaws:aws-xray-recorder-sdk-core dependency-version: 2.18.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.amazonaws:aws-xray-recorder-sdk-aws-sdk-core dependency-version: 2.18.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.amazonaws:aws-xray-recorder-sdk-aws-sdk-v2 dependency-version: 2.18.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.amazonaws:aws-xray-recorder-sdk-aws-sdk-v2-instrumentor dependency-version: 2.18.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 62213ab2f..7c41551c9 100644 --- a/pom.xml +++ b/pom.xml @@ -85,7 +85,7 @@ 2.0.17 2.19.2 2.32.10 - 2.18.2 + 2.19.0 2.2.0 UTF-8 1.3.0 From 670babe0cf438cb63cdb2cbe983dd679dde3b10f Mon Sep 17 00:00:00 2001 From: Philipp Page Date: Fri, 8 Aug 2025 10:33:48 +0200 Subject: [PATCH 2/2] Add missing dependencies after removal of AWS SDK v1. --- pom.xml | 5 +++++ powertools-tracing/pom.xml | 8 ++++++++ 2 files changed, 13 insertions(+) diff --git a/pom.xml b/pom.xml index 7c41551c9..434427aaa 100644 --- a/pom.xml +++ b/pom.xml @@ -225,6 +225,11 @@ jackson-core ${jackson.version} + + com.fasterxml.jackson.core + jackson-annotations + ${jackson.version} + com.fasterxml.jackson.datatype jackson-datatype-jsr310 diff --git a/powertools-tracing/pom.xml b/powertools-tracing/pom.xml index d1ada1ed1..deaca4cf4 100644 --- a/powertools-tracing/pom.xml +++ b/powertools-tracing/pom.xml @@ -66,6 +66,14 @@ com.amazonaws aws-xray-recorder-sdk-aws-sdk-v2-instrumentor + + com.fasterxml.jackson.core + jackson-databind + + + com.fasterxml.jackson.core + jackson-annotations +