Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 25, 2023

Bumps aws.sdk.version from 2.20.133 to 2.20.134.
Updates software.amazon.awssdk:bom from 2.20.133 to 2.20.134

Updates software.amazon.awssdk:http-client-spi from 2.20.133 to 2.20.134

Updates software.amazon.awssdk:url-connection-client from 2.20.133 to 2.20.134

Updates software.amazon.awssdk:sqs from 2.20.133 to 2.20.134

Updates software.amazon.awssdk:s3 from 2.20.133 to 2.20.134

Updates software.amazon.awssdk:dynamodb from 2.20.133 to 2.20.134

Updates software.amazon.awssdk:lambda from 2.20.133 to 2.20.134

Updates software.amazon.awssdk:kinesis from 2.20.133 to 2.20.134

Updates software.amazon.awssdk:cloudwatch from 2.20.133 to 2.20.134

Updates software.amazon.awssdk:xray from 2.20.133 to 2.20.134

Updates software.amazon.awssdk:cloudformation from 2.20.133 to 2.20.134

Updates software.amazon.awssdk:sts from 2.20.133 to 2.20.134

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `aws.sdk.version` from 2.20.133 to 2.20.134.

Updates `software.amazon.awssdk:bom` from 2.20.133 to 2.20.134

Updates `software.amazon.awssdk:http-client-spi` from 2.20.133 to 2.20.134

Updates `software.amazon.awssdk:url-connection-client` from 2.20.133 to 2.20.134

Updates `software.amazon.awssdk:sqs` from 2.20.133 to 2.20.134

Updates `software.amazon.awssdk:s3` from 2.20.133 to 2.20.134

Updates `software.amazon.awssdk:dynamodb` from 2.20.133 to 2.20.134

Updates `software.amazon.awssdk:lambda` from 2.20.133 to 2.20.134

Updates `software.amazon.awssdk:kinesis` from 2.20.133 to 2.20.134

Updates `software.amazon.awssdk:cloudwatch` from 2.20.133 to 2.20.134

Updates `software.amazon.awssdk:xray` from 2.20.133 to 2.20.134

Updates `software.amazon.awssdk:cloudformation` from 2.20.133 to 2.20.134

Updates `software.amazon.awssdk:sts` from 2.20.133 to 2.20.134

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:http-client-spi
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:url-connection-client
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:sqs
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:s3
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:dynamodb
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:lambda
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:kinesis
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:cloudwatch
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:xray
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:cloudformation
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:sts
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file maven labels Aug 25, 2023
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@codecov-commenter
Copy link

Codecov Report

Patch and project coverage have no change.

Comparison is base (34c6793) 78.93% compared to head (1d0db03) 78.93%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #1396   +/-   ##
=========================================
  Coverage     78.93%   78.93%           
  Complexity      652      652           
=========================================
  Files            74       74           
  Lines          2506     2506           
  Branches        259      259           
=========================================
  Hits           1978     1978           
  Misses          446      446           
  Partials         82       82           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jeromevdl jeromevdl merged commit c21d66d into main Aug 25, 2023
@jeromevdl jeromevdl deleted the dependabot/maven/aws.sdk.version-2.20.134 branch August 25, 2023 11:31
jeromevdl pushed a commit that referenced this pull request Oct 12, 2023
Bumps `aws.sdk.version` from 2.20.133 to 2.20.134.

Updates `software.amazon.awssdk:bom` from 2.20.133 to 2.20.134

Updates `software.amazon.awssdk:http-client-spi` from 2.20.133 to 2.20.134

Updates `software.amazon.awssdk:url-connection-client` from 2.20.133 to 2.20.134

Updates `software.amazon.awssdk:sqs` from 2.20.133 to 2.20.134

Updates `software.amazon.awssdk:s3` from 2.20.133 to 2.20.134

Updates `software.amazon.awssdk:dynamodb` from 2.20.133 to 2.20.134

Updates `software.amazon.awssdk:lambda` from 2.20.133 to 2.20.134

Updates `software.amazon.awssdk:kinesis` from 2.20.133 to 2.20.134

Updates `software.amazon.awssdk:cloudwatch` from 2.20.133 to 2.20.134

Updates `software.amazon.awssdk:xray` from 2.20.133 to 2.20.134

Updates `software.amazon.awssdk:cloudformation` from 2.20.133 to 2.20.134

Updates `software.amazon.awssdk:sts` from 2.20.133 to 2.20.134

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:http-client-spi
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:url-connection-client
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:sqs
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:s3
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:dynamodb
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:lambda
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:kinesis
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:cloudwatch
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:xray
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:cloudformation
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:sts
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file maven size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants