Skip to content

Commit

Permalink
Bump com.amazonaws:aws-xray-recorder-sdk-bom from 2.14.0 to 2.15.0
Browse files Browse the repository at this point in the history
Bumps [com.amazonaws:aws-xray-recorder-sdk-bom](https://github.com/aws/aws-xray-sdk-java) from 2.14.0 to 2.15.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.14.0...v2.15.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and MediaMarco committed Dec 18, 2023
1 parent 5b01efc commit 2cb6322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
implementation "software.amazon.awssdk.crt:aws-crt:0.29.1"
implementation 'com.amazonaws:aws-lambda-java-core:1.2.3'
implementation 'com.amazonaws:aws-lambda-java-events:3.11.3'
implementation platform('com.amazonaws:aws-xray-recorder-sdk-bom:2.14.0')
implementation platform('com.amazonaws:aws-xray-recorder-sdk-bom:2.15.0')
implementation 'com.amazonaws:aws-xray-recorder-sdk-core'
implementation 'com.amazonaws:aws-xray-recorder-sdk-aws-sdk'
implementation 'com.amazonaws:aws-xray-recorder-sdk-aws-sdk-instrumentor'
Expand Down

0 comments on commit 2cb6322

Please sign in to comment.