From ac5718e8f862adbd638a08eb2818069dc8aeedfc Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Wed, 30 Jun 2021 12:16:41 -0400 Subject: [PATCH] fix(deps): google-gax v2.17.0 with mTLS (#543) --- packages/google-cloud-tasks/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/google-cloud-tasks/package.json b/packages/google-cloud-tasks/package.json index 6ec32df37c8..20150826989 100644 --- a/packages/google-cloud-tasks/package.json +++ b/packages/google-cloud-tasks/package.json @@ -43,7 +43,7 @@ "precompile": "gts clean" }, "dependencies": { - "google-gax": "^2.12.0" + "google-gax": "^2.17.0" }, "devDependencies": { "@types/mocha": "^8.0.0",