Skip to content

Commit

Permalink
fix(deps): google-gax v2.17.0 with mTLS (#245)
Browse files Browse the repository at this point in the history
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/nodejs-cloudbuild/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)

Fixes #<issue_number_goes_here> 🦕
  • Loading branch information
bcoe authored Jun 29, 2021
1 parent d0bf9fb commit 715fa19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-devtools-cloudbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@
"node": ">=10"
},
"dependencies": {
"google-gax": "^2.12.0"
"google-gax": "^2.17.0"
}
}

0 comments on commit 715fa19

Please sign in to comment.