Skip to content

Commit 68cad23

Browse files
build(deps): bump aws.xray.recorder.version from 2.18.2 to 2.18.3 (#1986)
* 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](aws/aws-xray-sdk-java@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](aws/aws-xray-sdk-java@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](aws/aws-xray-sdk-java@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](aws/aws-xray-sdk-java@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] <[email protected]> * Add missing dependencies after removal of AWS SDK v1. --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Philipp Page <[email protected]> Co-authored-by: Philipp Page <[email protected]>
1 parent 2b2e96f commit 68cad23

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
<slf4j.version>2.0.17</slf4j.version>
8686
<jackson.version>2.19.2</jackson.version>
8787
<aws.sdk.version>2.32.10</aws.sdk.version>
88-
<aws.xray.recorder.version>2.18.2</aws.xray.recorder.version>
88+
<aws.xray.recorder.version>2.19.0</aws.xray.recorder.version>
8989
<payloadoffloading-common.version>2.2.0</payloadoffloading-common.version>
9090
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
9191
<lambda.core.version>1.3.0</lambda.core.version>
@@ -225,6 +225,11 @@
225225
<artifactId>jackson-core</artifactId>
226226
<version>${jackson.version}</version>
227227
</dependency>
228+
<dependency>
229+
<groupId>com.fasterxml.jackson.core</groupId>
230+
<artifactId>jackson-annotations</artifactId>
231+
<version>${jackson.version}</version>
232+
</dependency>
228233
<dependency>
229234
<groupId>com.fasterxml.jackson.datatype</groupId>
230235
<artifactId>jackson-datatype-jsr310</artifactId>

powertools-tracing/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,14 @@
6666
<groupId>com.amazonaws</groupId>
6767
<artifactId>aws-xray-recorder-sdk-aws-sdk-v2-instrumentor</artifactId>
6868
</dependency>
69+
<dependency>
70+
<groupId>com.fasterxml.jackson.core</groupId>
71+
<artifactId>jackson-databind</artifactId>
72+
</dependency>
73+
<dependency>
74+
<groupId>com.fasterxml.jackson.core</groupId>
75+
<artifactId>jackson-annotations</artifactId>
76+
</dependency>
6977

7078
<!-- Test dependencies -->
7179
<dependency>

0 commit comments

Comments
 (0)