From 9ae0c58ffd4d1e15dfb85c98cf939aba474c6402 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 02:28:44 +0000 Subject: [PATCH] Bump google/protobuf from 3.7.1 to 3.15.0 in /springboot_worker_grpc/php Bumps [google/protobuf](https://github.com/protocolbuffers/protobuf-php) from 3.7.1 to 3.15.0. - [Release notes](https://github.com/protocolbuffers/protobuf-php/releases) - [Commits](https://github.com/protocolbuffers/protobuf-php/compare/v3.7.1...v3.15.0) --- updated-dependencies: - dependency-name: google/protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- springboot_worker_grpc/php/composer.lock | 25 ++++++++++++------------ 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/springboot_worker_grpc/php/composer.lock b/springboot_worker_grpc/php/composer.lock index dfbe786..ec82a74 100644 --- a/springboot_worker_grpc/php/composer.lock +++ b/springboot_worker_grpc/php/composer.lock @@ -8,23 +8,17 @@ "packages": [ { "name": "google/protobuf", - "version": "v3.7.1", + "version": "v3.15.0", "source": { "type": "git", "url": "https://github.com/protocolbuffers/protobuf-php.git", - "reference": "0657d28864692480c3d8506ba4fc90e8813deae5" + "reference": "758a0ef01c7bdf20d7ff31295d2af872547cc072" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/protocolbuffers/protobuf-php/zipball/0657d28864692480c3d8506ba4fc90e8813deae5", - "reference": "0657d28864692480c3d8506ba4fc90e8813deae5", - "shasum": "", - "mirrors": [ - { - "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", - "preferred": true - } - ] + "url": "https://api.github.com/repos/protocolbuffers/protobuf-php/zipball/758a0ef01c7bdf20d7ff31295d2af872547cc072", + "reference": "758a0ef01c7bdf20d7ff31295d2af872547cc072", + "shasum": "" }, "require": { "php": ">=5.5.0" @@ -51,7 +45,11 @@ "keywords": [ "proto" ], - "time": "2019-03-26T18:06:41+00:00" + "support": { + "issues": "https://github.com/protocolbuffers/protobuf-php/issues", + "source": "https://github.com/protocolbuffers/protobuf-php/tree/v3.15.0" + }, + "time": "2021-02-18T22:06:03+00:00" }, { "name": "grpc/grpc", @@ -108,5 +106,6 @@ "prefer-stable": false, "prefer-lowest": false, "platform": [], - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.2.0" }