Skip to content

Commit

Permalink
build(deps): bump aws.xray.recorder.version from 2.9.1 to 2.10.0 (#587)
Browse files Browse the repository at this point in the history
Bumps `aws.xray.recorder.version` from 2.9.1 to 2.10.0.

Updates `aws-xray-recorder-sdk-core` from 2.9.1 to 2.10.0
- [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.9.1...v2.10.0)

Updates `aws-xray-recorder-sdk-aws-sdk-core` from 2.9.1 to 2.10.0
- [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.9.1...v2.10.0)

Updates `aws-xray-recorder-sdk-aws-sdk-v2` from 2.9.1 to 2.10.0
- [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.9.1...v2.10.0)

Updates `aws-xray-recorder-sdk-aws-sdk-v2-instrumentor` from 2.9.1 to 2.10.0
- [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.9.1...v2.10.0)

---
updated-dependencies:
- dependency-name: com.amazonaws:aws-xray-recorder-sdk-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.amazonaws:aws-xray-recorder-sdk-aws-sdk-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.amazonaws:aws-xray-recorder-sdk-aws-sdk-v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.amazonaws:aws-xray-recorder-sdk-aws-sdk-v2-instrumentor
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 20, 2021
1 parent e4d6683 commit e759fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<jackson.version>2.13.0</jackson.version>
<aspectj.version>1.9.7</aspectj.version>
<aws.sdk.version>2.17.62</aws.sdk.version>
<aws.xray.recorder.version>2.9.1</aws.xray.recorder.version>
<aws.xray.recorder.version>2.10.0</aws.xray.recorder.version>
<payloadoffloading-common.version>1.1.1</payloadoffloading-common.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<lambda.core.version>1.2.1</lambda.core.version>
Expand Down

0 comments on commit e759fae

Please sign in to comment.