diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-06-25 01:05:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-25 01:05:27 +0000 |
commit | a00d185502ad7a14413fd44db216f0b1a84c3359 (patch) | |
tree | 4431898bc0ff7297c6f7304e2a87b32b06529e9c /build | |
parent | 095658e0049c1188d30fba1f30105ef47ccbc43f (diff) | |
download | nextcloud-server-a00d185502ad7a14413fd44db216f0b1a84c3359.tar.gz nextcloud-server-a00d185502ad7a14413fd44db216f0b1a84c3359.zip |
Update guzzlehttp/guzzle requirement in /build/integration
Updates the requirements on [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) to permit the latest version.
- [Release notes](https://github.com/guzzle/guzzle/releases)
- [Changelog](https://github.com/guzzle/guzzle/blob/master/CHANGELOG.md)
- [Commits](https://github.com/guzzle/guzzle/compare/7.4.4...7.4.5)
---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/integration/composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/integration/composer.json b/build/integration/composer.json index c0e4b51ca0c..0e717bb76b3 100644 --- a/build/integration/composer.json +++ b/build/integration/composer.json @@ -3,7 +3,7 @@ "phpunit/phpunit": "^9", "dms/phpunit-arraysubset-asserts": "^0.4", "behat/behat": "~3.10.0", - "guzzlehttp/guzzle": "7.4.4", + "guzzlehttp/guzzle": "7.4.5", "jarnaiz/behat-junit-formatter": "^1.3", "sabre/dav": "4.3.1", "symfony/event-dispatcher": "~5.3" |