From c1379a8f11573e08d840836a8aaee7f2ced3bd0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 22:14:42 +0000 Subject: [PATCH] build(deps): bump google/auth from 1.42.0 to 1.43.0 Bumps [google/auth](https://github.com/googleapis/google-auth-library-php) from 1.42.0 to 1.43.0. - [Release notes](https://github.com/googleapis/google-auth-library-php/releases) - [Changelog](https://github.com/googleapis/google-auth-library-php/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-auth-library-php/compare/v1.42.0...v1.43.0) --- updated-dependencies: - dependency-name: google/auth dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index c7b057d..4fdb3d2 100644 --- a/composer.lock +++ b/composer.lock @@ -646,23 +646,23 @@ }, { "name": "google/auth", - "version": "v1.42.0", + "version": "v1.43.0", "source": { "type": "git", "url": "https://github.com/googleapis/google-auth-library-php.git", - "reference": "0c25599a91530b5847f129b271c536f75a7563f5" + "reference": "b6a80acd906492086db59aada9196dcfb9c512fe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/0c25599a91530b5847f129b271c536f75a7563f5", - "reference": "0c25599a91530b5847f129b271c536f75a7563f5", + "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/b6a80acd906492086db59aada9196dcfb9c512fe", + "reference": "b6a80acd906492086db59aada9196dcfb9c512fe", "shasum": "" }, "require": { "firebase/php-jwt": "^6.0", "guzzlehttp/guzzle": "^7.4.5", "guzzlehttp/psr7": "^2.4.5", - "php": "^8.0", + "php": "^8.1", "psr/cache": "^2.0||^3.0", "psr/http-message": "^1.1||^2.0" }, @@ -700,9 +700,9 @@ "support": { "docs": "https://googleapis.github.io/google-auth-library-php/main/", "issues": "https://github.com/googleapis/google-auth-library-php/issues", - "source": "https://github.com/googleapis/google-auth-library-php/tree/v1.42.0" + "source": "https://github.com/googleapis/google-auth-library-php/tree/v1.43.0" }, - "time": "2024-08-26T18:33:48+00:00" + "time": "2024-11-07T19:35:20+00:00" }, { "name": "graham-campbell/result-type",