Skip to content

Commit

Permalink
chore(deps): Upgrade Google and Google Beta providers' major provider…
Browse files Browse the repository at this point in the history
… versions (#321)

<!--

Unless this is a very simple 1-line-of-code change, please create a new
issue describing the change you're proposing first, then link to it from
this PR.

Read more about our process in our contributing guide:
https://github.com/cdktf/.github/blob/main/CONTRIBUTING.md

-->


### Description

In plain English, describe your approach to addressing the issue linked
above. For example, if you made a particular design decision, let us
know why you chose this path instead of another solution.

### Checklist

- [ ] I have updated the PR title to match [CDKTF's style
guide](https://github.com/cdktf/.github/blob/main/CONTRIBUTING.md#pull-requests-1)
- [ ] I have run the linter on my code locally
- [ ] I have performed a self-review of my code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation if
applicable
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works if applicable
- [ ] New and existing unit tests pass locally with my changes

<!-- If this is still a work in progress, feel free to open a draft PR
until you're able to check off all the items on the list above -->
  • Loading branch information
mutahhir authored Sep 9, 2024
1 parent 4a3e507 commit 26f6644
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions provider.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"external": "external@~> 2.1",
"github": "integrations/github@~> 6.0",
"gitlab": "gitlabhq/gitlab@~> 17.0",
"google": "google@~> 5.0",
"googlebeta": "google-beta@~> 5.0",
"google": "google@~> 6.0",
"googlebeta": "google-beta@~> 6.0",
"hcp": "hcp@~> 0.45",
"helm": "helm@~> 2.3",
"http": "http@~> 3.1",
Expand Down

0 comments on commit 26f6644

Please sign in to comment.