Skip to content

Commit

Permalink
fix(deps): update dependency google/shopping-common-protos to ^0.4.0 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 6, 2024
1 parent 5cd68b2 commit 9b1f2b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ShoppingCss/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"require": {
"php": "^8.0",
"google/gax": "^1.30",
"google/shopping-common-protos": "^0.3.0"
"google/shopping-common-protos": "^0.4.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0"
Expand Down
2 changes: 1 addition & 1 deletion ShoppingMerchantInventories/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"require": {
"php": "^8.0",
"google/gax": "^1.30",
"google/shopping-common-protos": "^0.3.0"
"google/shopping-common-protos": "^0.4.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0"
Expand Down
2 changes: 1 addition & 1 deletion ShoppingMerchantReports/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"require": {
"php": "^8.0",
"google/gax": "^1.30",
"google/shopping-common-protos": "^0.3.0"
"google/shopping-common-protos": "^0.4.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0"
Expand Down

0 comments on commit 9b1f2b9

Please sign in to comment.