Skip to content

Commit bbbee24

Browse files
authored
chore(Gax): update common protos minimum version (googleapis#9359)
1 parent c079936 commit bbbee24

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Gax/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"google/protobuf": "^4.31||^5.34",
1616
"guzzlehttp/promises": "^2.0",
1717
"guzzlehttp/psr7": "^2.0",
18-
"google/common-protos": "^4.4",
18+
"google/common-protos": "^4.9",
1919
"google/longrunning": "~0.4",
2020
"ramsey/uuid": "^4.0"
2121
},

SecretManager/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"require": {
2727
"php": "^8.1",
28-
"google/gax": "^1.38.0"
28+
"google/gax": "^1.44.1"
2929
},
3030
"require-dev": {
3131
"phpunit/phpunit": "^9.0"

0 commit comments

Comments
 (0)