Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump software.amazon.awssdk:bom from 2.26.3 to 2.28.1 in /AwsCryptographicMaterialProviders/runtimes/java #721

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 16, 2024

Bumps software.amazon.awssdk:bom from 2.26.3 to 2.28.1.

Dependabot compatibility score

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 software.amazon.awssdk:bom from 2.26.3 to 2.28.1.

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner September 16, 2024 18:18
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 16, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 17, 2024

Superseded by #730.

@dependabot dependabot bot closed this Sep 17, 2024
@dependabot dependabot bot deleted the dependabot/gradle/AwsCryptographicMaterialProviders/runtimes/java/software.amazon.awssdk-bom-2.28.1 branch September 17, 2024 19:02
ajewellamz pushed a commit that referenced this pull request Dec 18, 2024
* feat: copy over raw smithy-go codegen (#655)

Co-authored-by: Shubham Chaturvedi <[email protected]>

* feat: remove not required codegen features (#657)

Co-authored-by: Shubham Chaturvedi <[email protected]>

* fix: prettier formatting (#659)

Co-authored-by: Shubham Chaturvedi <[email protected]>

* feat: modify smithy-go for smithy-dafny (#658)

* feat: modify smithy-go for smithy-dafny

* Update codegen/smithy-dafny-codegen/src/main/java/software/amazon/polymorph/smithygo/codegen/AddOperationShapes.java

Co-authored-by: Lucas McDonald <[email protected]>

---------

Co-authored-by: Shubham Chaturvedi <[email protected]>
Co-authored-by: Lucas McDonald <[email protected]>

* feat: Go nameresolvers (#667)

Co-authored-by: Shubham Chaturvedi <[email protected]>

* feat: Adds shape visitors for local service (#672)

* feat: Adds shape visitors for local service

* fix: PR Comments

* fix: PR Comments

---------

Co-authored-by: Shubham Chaturvedi <[email protected]>

* feat: Adds local service generators (#681)

Co-authored-by: Shubham Chaturvedi <[email protected]>

* feat: adds aws-sdk shapevisitors (#679)

* feat: Adds shape visitors for local service

* fix: PR Comments

* fix: PR Comments

* feat: adds aws-sdk shape visitors

* fix: Remove timestamp shape from localservice visitors

* fix: PR comments

---------

Co-authored-by: Shubham Chaturvedi <[email protected]>

* feat: adds aws-sdk service generators (#721)

* feat: Adds shape visitors for local service

* fix: PR Comments

* fix: PR Comments

* feat: adds aws-sdk shape visitors

* fix: Remove timestamp shape from localservice visitors

* fix: PR comments

* feat: adds aws-sdk service generators

---------

Co-authored-by: Shubham Chaturvedi <[email protected]>

* feat: Merge from Golang/dev (#732)

Co-authored-by: Shubham Chaturvedi <[email protected]>

* feat: smithy-go (#734)

* feat: Merge from Golang/dev

* feat: smithy-go

* Update codegen/smithy-dafny-codegen/build.gradle.kts

Co-authored-by: Tony Knapp <[email protected]>

* Update codegen/smithy-dafny-codegen/src/main/java/software/amazon/polymorph/smithygo/codegen/ValidationGenerator.java

Co-authored-by: Tony Knapp <[email protected]>

* Update codegen/smithy-dafny-codegen/src/main/java/software/amazon/polymorph/smithygo/codegen/ValidationGenerator.java

Co-authored-by: Tony Knapp <[email protected]>

* fix: PR comments

---------

Co-authored-by: Shubham Chaturvedi <[email protected]>
Co-authored-by: Tony Knapp <[email protected]>

* feat: smithy-go TestModels (#735)

* feat: smithy-go TestModels

* feat: smithy-go TestModels

* feat: smithy-go (#734)

* feat: Merge from Golang/dev

* feat: smithy-go

* Update codegen/smithy-dafny-codegen/build.gradle.kts

Co-authored-by: Tony Knapp <[email protected]>

* Update codegen/smithy-dafny-codegen/src/main/java/software/amazon/polymorph/smithygo/codegen/ValidationGenerator.java

Co-authored-by: Tony Knapp <[email protected]>

* Update codegen/smithy-dafny-codegen/src/main/java/software/amazon/polymorph/smithygo/codegen/ValidationGenerator.java

Co-authored-by: Tony Knapp <[email protected]>

* fix: PR comments

---------

Co-authored-by: Shubham Chaturvedi <[email protected]>
Co-authored-by: Tony Knapp <[email protected]>

* fix: PR comments

---------

Co-authored-by: Shubham Chaturvedi <[email protected]>
Co-authored-by: Tony Knapp <[email protected]>

* feat: Go Tests, CI, and Makefile (#736)

* feat: Go Tests, CI, and Makefile

* Update .github/workflows/test_models_go_tests.yml

Co-authored-by: Robin Salkeld <[email protected]>

* fix: PR comments

* fix: enable aws-sdk/*v2 tests

---------

Co-authored-by: Shubham Chaturvedi <[email protected]>
Co-authored-by: Robin Salkeld <[email protected]>

* fix: PR comments

---------

Co-authored-by: Shubham Chaturvedi <[email protected]>
Co-authored-by: Lucas McDonald <[email protected]>
Co-authored-by: Tony Knapp <[email protected]>
Co-authored-by: Robin Salkeld <[email protected]>
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants