diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-27 02:22:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-27 02:22:31 +0000 |
commit | 205ee83438790cde74e7a03aa0011f6ac01e3570 (patch) | |
tree | 6832fe705651b44db1c356ec6f96f23ee56c52a8 | |
parent | 1198f64d24c0f2dd5f7bb1b2ddb4fef03699191c (diff) | |
parent | 8c1cbaa8c365b9ff76e188d66b8cf1357b0ec899 (diff) | |
download | nextcloud-server-205ee83438790cde74e7a03aa0011f6ac01e3570.tar.gz nextcloud-server-205ee83438790cde74e7a03aa0011f6ac01e3570.zip |
Merge pull request #46793 from nextcloud/dependabot/composer/build/integration/guzzlehttp/guzzle-7.9.2
-rw-r--r-- | build/integration/composer.lock | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/build/integration/composer.lock b/build/integration/composer.lock index be678f2aa40..34689bb4264 100644 --- a/build/integration/composer.lock +++ b/build/integration/composer.lock @@ -322,16 +322,16 @@ }, { "name": "guzzlehttp/guzzle", - "version": "7.9.1", + "version": "7.9.2", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "a629e5b69db96eb4939c1b34114130077dd4c6fc" + "reference": "d281ed313b989f213357e3be1a179f02196ac99b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/a629e5b69db96eb4939c1b34114130077dd4c6fc", - "reference": "a629e5b69db96eb4939c1b34114130077dd4c6fc", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/d281ed313b989f213357e3be1a179f02196ac99b", + "reference": "d281ed313b989f213357e3be1a179f02196ac99b", "shasum": "" }, "require": { @@ -428,7 +428,7 @@ ], "support": { "issues": "https://github.com/guzzle/guzzle/issues", - "source": "https://github.com/guzzle/guzzle/tree/7.9.1" + "source": "https://github.com/guzzle/guzzle/tree/7.9.2" }, "funding": [ { @@ -444,7 +444,7 @@ "type": "tidelift" } ], - "time": "2024-07-19T16:19:57+00:00" + "time": "2024-07-24T11:22:20+00:00" }, { "name": "guzzlehttp/promises", |